#5DD66E

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

Shades of Emerald #5DD66E

Tints of Emerald #5DD66E

Color information

#5DD66E (or 0x5DD66E) is unknown color: approx Emerald. HEX triplet: 5D, D6 and 6E. RGB value is (93,214,110). Sum of RGB (Red+Green+Blue) = 93+214+110=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD66E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD66E is #A22991. Grayscale: #A6A6A6. Windows color (decimal): -10627474 or 7263837. OLE color: 7263837.

HSL color Cylindrical-coordinate representation of color #5DD66E: hue angle of 128.43º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD66E is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB93214110-
CMYK0.5700.490.16
HSL128.43º59.61%60.2%-
HSV(B)128.43º56.54%83.92%-
XYZ31.3851.5523.05-
YUV165.9696.4175.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.30%
GREEN value IS 214 (83.98% from 255) = 51.32%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=22.30%
G=51.32%
B=26.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932141100.5700.490.16128.4359.6160.2
Hex5DD66E3903110803c3c
Octal13532615671061202007474
Binary101110111010110110111011100101100011000010000000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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