#5DDE88

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

Shades of Emerald #5DDE88

Tints of Emerald #5DDE88

Color information

#5DDE88 (or 0x5DDE88) is unknown color: approx Emerald. HEX triplet: 5D, DE and 88. RGB value is (93,222,136). Sum of RGB (Red+Green+Blue) = 93+222+136=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDE88 is #A22177. Grayscale: #ADADAD. Windows color (decimal): -10625400 or 8969821. OLE color: 8969821.

HSL color Cylindrical-coordinate representation of color #5DDE88: hue angle of 140º 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 #5DDE88 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB93222136-
CMYK0.5800.390.13
HSL140º66.15%61.76%-
HSV(B)140º58.11%87.06%-
XYZ35.0856.3532.32-
YUV173.62106.7670.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.62%
GREEN value IS 222 (87.11% from 255) = 49.22%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=20.62%
G=49.22%
B=30.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932221360.5800.390.1314066.1561.76
Hex5DDE883A027D8c423e
Octal135336210720471521410276
Binary1011101110111101000100011101001001111101100011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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