#5DDD83

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

Shades of Emerald #5DDD83

Tints of Emerald #5DDD83

Color information

#5DDD83 (or 0x5DDD83) is unknown color: approx Emerald. HEX triplet: 5D, DD and 83. RGB value is (93,221,131). Sum of RGB (Red+Green+Blue) = 93+221+131=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDD83 is #A2227C. Grayscale: #ACACAC. Windows color (decimal): -10625661 or 8641885. OLE color: 8641885.

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

Color convert

RGB93221131-
CMYK0.5800.410.13
HSL137.81º65.31%61.57%-
HSV(B)137.81º57.92%86.67%-
XYZ34.4755.6830.4-
YUV172.47104.5971.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.90%
GREEN value IS 221 (86.72% from 255) = 49.66%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=20.90%
G=49.66%
B=29.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932211310.5800.410.13137.8165.3161.57
Hex5DDD833A029D8a413e
Octal135335203720511521210176
Binary1011101110111011000001111101001010011101100010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,221,131); }

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

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

 a { background-color: rgb(93,221,131); }

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

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

 span { border-color: rgb(93,221,131); }

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