#3FFD86

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

Shades of Emerald #3FFD86

Tints of Emerald #3FFD86

Color information

#3FFD86 (or 0x3FFD86) is unknown color: approx Emerald. HEX triplet: 3F, FD and 86. RGB value is (63,253,134). Sum of RGB (Red+Green+Blue) = 63+253+134=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 253 (99.22% from 255 or 56.22% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFD86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFD86 is #C00279. Grayscale: #B6B6B6. Windows color (decimal): -12583546 or 8846655. OLE color: 8846655.

HSL color Cylindrical-coordinate representation of color #3FFD86: hue angle of 142.42º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFD86 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB63253134-
CMYK0.7500.470.01
HSL142.42º97.94%61.96%-
HSV(B)142.42º75.1%99.22%-
XYZ41.4873.0334.46-
YUV182.62100.5542.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14%
GREEN value IS 253 (99.22% from 255) = 56.22%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=14%
G=56.22%
B=29.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal632531340.7500.470.01142.4297.9461.96
Hex3FFD864B02F18e623e
Octal77375206113057121614276
Binary1111111111110110000110100101101011111100011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,253,134); }

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

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

 a { background-color: rgb(63,253,134); }

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

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

 span { border-color: rgb(63,253,134); }

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