#5DD06E

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

Shades of Emerald #5DD06E

Tints of Emerald #5DD06E

Color information

#5DD06E (or 0x5DD06E) is unknown color: approx Emerald. HEX triplet: 5D, D0 and 6E. RGB value is (93,208,110). Sum of RGB (Red+Green+Blue) = 93+208+110=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD06E is #A22F91. Grayscale: #A2A2A2. Windows color (decimal): -10629010 or 7262301. OLE color: 7262301.

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

Color convert

RGB93208110-
CMYK0.5500.470.18
HSL128.87º55.02%59.02%-
HSV(B)128.87º55.29%81.57%-
XYZ29.8848.5622.55-
YUV162.4498.478.47-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.63%
GREEN value IS 208 (81.64% from 255) = 50.61%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=22.63%
G=50.61%
B=26.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932081100.5500.470.18128.8755.0259.02
Hex5DD06E3702F1281373b
Octal13532015667057222016773
Binary101110111010000110111011011101011111001010000001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,208,110); }

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

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

 a { background-color: rgb(93,208,110); }

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

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

 span { border-color: rgb(93,208,110); }

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