#5FD286

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

Shades of Emerald #5FD286

Tints of Emerald #5FD286

Color information

#5FD286 (or 0x5FD286) is unknown color: approx Emerald. HEX triplet: 5F, D2 and 86. RGB value is (95,210,134). Sum of RGB (Red+Green+Blue) = 95+210+134=439 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.64% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD286 is #A02D79. Grayscale: #A7A7A7. Windows color (decimal): -10497402 or 8835679. OLE color: 8835679.

HSL color Cylindrical-coordinate representation of color #5FD286: hue angle of 140.35º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD286 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB95210134-
CMYK0.5500.360.18
HSL140.35º56.1%59.8%-
HSV(B)140.35º54.76%82.35%-
XYZ32.0750.2530.56-
YUV166.95109.476.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.64%
GREEN value IS 210 (82.42% from 255) = 47.84%
BLUE value IS 134 (52.73% from 255) = 30.52%
R=21.64%
G=47.84%
B=30.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal952101340.5500.360.18140.3556.159.8
Hex5FD28637024128c383c
Octal13732220667044222147074
Binary1011111110100101000011011011101001001001010001100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FD286; }

 p { color: rgb(95,210,134); }

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

<style>
 a { background-color: #5FD286; }

 a { background-color: rgb(95,210,134); }

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

<style>
 span { border-color: #5FD286; }

 span { border-color: rgb(95,210,134); }

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