#5FDC7D

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

Shades of Emerald #5FDC7D

Tints of Emerald #5FDC7D

Color information

#5FDC7D (or 0x5FDC7D) is unknown color: approx Emerald. HEX triplet: 5F, DC and 7D. RGB value is (95,220,125). Sum of RGB (Red+Green+Blue) = 95+220+125=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDC7D is #A02382. Grayscale: #ACACAC. Windows color (decimal): -10494851 or 8248415. OLE color: 8248415.

HSL color Cylindrical-coordinate representation of color #5FDC7D: hue angle of 134.4º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDC7D is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB95220125-
CMYK0.5700.430.14
HSL134.4º64.1%61.76%-
HSV(B)134.4º56.82%86.27%-
XYZ34.0155.128.24-
YUV171.8101.5973.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.59%
GREEN value IS 220 (86.33% from 255) = 50%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=21.59%
G=50%
B=28.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal952201250.5700.430.14134.464.161.76
Hex5FDC7D3902BE86403e
Octal137334175710531620610076
Binary101111111011100111110111100101010111110100001101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,220,125); }

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

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

 a { background-color: rgb(95,220,125); }

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

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

 span { border-color: rgb(95,220,125); }

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