#3FC96F

Color #3FC96F Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3FC96F

Tints of Emerald #3FC96F

Color information

#3FC96F (or 0x3FC96F) is unknown color: approx Emerald. HEX triplet: 3F, C9 and 6F. RGB value is (63,201,111). Sum of RGB (Red+Green+Blue) = 63+201+111=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC96F is #C03690. Grayscale: #959595. Windows color (decimal): -12596881 or 7326015. OLE color: 7326015.

HSL color Cylindrical-coordinate representation of color #3FC96F: hue angle of 140.87º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC96F is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB63201111-
CMYK0.6900.450.21
HSL140.87º56.1%51.76%-
HSV(B)140.87º68.66%78.82%-
XYZ25.8143.9822.17-
YUV149.48106.2866.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 16.8%
GREEN value IS 201 (78.91% from 255) = 53.6%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=16.8%
G=53.6%
B=29.6%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal632011110.6900.450.21140.8756.151.76
Hex3FC96F4502D158d3834
Octal77311157105055252157064
Binary111111110010011101111100010101011011010110001101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FC96F; }

 p { color: rgb(63,201,111); }

 H1.HeaderClassName
 {
   color: #3FC96F;
 }
 .AnyTagClassName
 {
   color: #3FC96F;
 }
</style>
background-color css

<style>
 a { background-color: #3FC96F; }

 a { background-color: rgb(63,201,111); }

 div.DivClassName
 {
   background-color: #3FC96F;
 }
 .BgClassName
 {
   background-color: #3FC96F;
 }
</style>
border-color css

<style>
 span { border-color: #3FC96F; }

 span { border-color: rgb(63,201,111); }

 td.TdClassName
 {
   border-color: #3FC96F;
 }
 .TagClassName
 {
   border-color: #3FC96F;
 }
</style>