#5DDE8E

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

Shades of Emerald #5DDE8E

Tints of Emerald #5DDE8E

Color information

#5DDE8E (or 0x5DDE8E) is unknown color: approx Emerald. HEX triplet: 5D, DE and 8E. RGB value is (93,222,142). Sum of RGB (Red+Green+Blue) = 93+222+142=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDE8E is #A22171. Grayscale: #AEAEAE. Windows color (decimal): -10625394 or 9363037. OLE color: 9363037.

HSL color Cylindrical-coordinate representation of color #5DDE8E: hue angle of 142.79º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDE8E is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB93222142-
CMYK0.5800.360.13
HSL142.79º66.15%61.76%-
HSV(B)142.79º58.11%87.06%-
XYZ35.5256.5234.63-
YUV174.31109.7670-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.35%
GREEN value IS 222 (87.11% from 255) = 48.58%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=20.35%
G=48.58%
B=31.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932221420.5800.360.13142.7966.1561.76
Hex5DDE8E3A024D8f423e
Octal135336216720441521710276
Binary1011101110111101000111011101001001001101100011111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,222,142); }

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

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

 a { background-color: rgb(93,222,142); }

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

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

 span { border-color: rgb(93,222,142); }

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