#5DD975

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

Shades of Emerald #5DD975

Tints of Emerald #5DD975

Color information

#5DD975 (or 0x5DD975) is unknown color: approx Emerald. HEX triplet: 5D, D9 and 75. RGB value is (93,217,117). Sum of RGB (Red+Green+Blue) = 93+217+117=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD975 is #A2268A. Grayscale: #A8A8A8. Windows color (decimal): -10626699 or 7723357. OLE color: 7723357.

HSL color Cylindrical-coordinate representation of color #5DD975: hue angle of 131.61º 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 #5DD975 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB93217117-
CMYK0.5700.460.15
HSL131.61º62%60.78%-
HSV(B)131.61º57.14%85.1%-
XYZ32.5453.2425.39-
YUV168.5298.9274.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.78%
GREEN value IS 217 (85.16% from 255) = 50.82%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=21.78%
G=50.82%
B=27.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932171170.5700.460.15131.616260.78
Hex5DD9753902EF843e3d
Octal13533116571056172047675
Binary10111011101100111101011110010101110111110000100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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