#5DD97D

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

Shades of Emerald #5DD97D

Tints of Emerald #5DD97D

Color information

#5DD97D (or 0x5DD97D) is unknown color: approx Emerald. HEX triplet: 5D, D9 and 7D. RGB value is (93,217,125). Sum of RGB (Red+Green+Blue) = 93+217+125=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD97D is #A22682. Grayscale: #A9A9A9. Windows color (decimal): -10626691 or 8247645. OLE color: 8247645.

HSL color Cylindrical-coordinate representation of color #5DD97D: hue angle of 135.48º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD97D is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB93217125-
CMYK0.5700.420.15
HSL135.48º62%60.78%-
HSV(B)135.48º57.14%85.1%-
XYZ33.0353.4327.97-
YUV169.44102.9273.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.38%
GREEN value IS 217 (85.16% from 255) = 49.89%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=21.38%
G=49.89%
B=28.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932171250.5700.420.15135.486260.78
Hex5DD97D3902AF873e3d
Octal13533117571052172077675
Binary10111011101100111111011110010101010111110000111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,217,125); }

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

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

 a { background-color: rgb(93,217,125); }

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

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

 span { border-color: rgb(93,217,125); }

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