#3FC860

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

Shades of Emerald #3FC860

Tints of Emerald #3FC860

Color information

#3FC860 (or 0x3FC860) is unknown color: approx Emerald. HEX triplet: 3F, C8 and 60. RGB value is (63,200,96). Sum of RGB (Red+Green+Blue) = 63+200+96=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #3FC860 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC860 is #C0379F. Grayscale: #939393. Windows color (decimal): -12597152 or 6342719. OLE color: 6342719.

HSL color Cylindrical-coordinate representation of color #3FC860: hue angle of 134.45º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC860 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB6320096-
CMYK0.6800.520.22
HSL134.45º55.47%51.57%-
HSV(B)134.45º68.5%78.43%-
XYZ24.8243.2118.1-
YUV147.1899.1167.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.55%
GREEN value IS 200 (78.52% from 255) = 55.71%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=17.55%
G=55.71%
B=26.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal63200960.6800.520.22134.4555.4751.57
Hex3FC8604403416863734
Octal77310140104064262066764
Binary111111110010001100000100010001101001011010000110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,200,96); }

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

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

 a { background-color: rgb(63,200,96); }

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

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

 span { border-color: rgb(63,200,96); }

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