#5DD07C

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

Shades of Emerald #5DD07C

Tints of Emerald #5DD07C

Color information

#5DD07C (or 0x5DD07C) is unknown color: approx Emerald. HEX triplet: 5D, D0 and 7C. RGB value is (93,208,124). Sum of RGB (Red+Green+Blue) = 93+208+124=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD07C is #A22F83. Grayscale: #A4A4A4. Windows color (decimal): -10628996 or 8179805. OLE color: 8179805.

HSL color Cylindrical-coordinate representation of color #5DD07C: hue angle of 136.17º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD07C is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB93208124-
CMYK0.5500.400.18
HSL136.17º55.02%59.02%-
HSV(B)136.17º55.29%81.57%-
XYZ30.7148.8926.89-
YUV164.04105.477.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.88%
GREEN value IS 208 (81.64% from 255) = 48.94%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=21.88%
G=48.94%
B=29.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932081240.5500.400.18136.1755.0259.02
Hex5DD07C370281288373b
Octal13532017467050222106773
Binary101110111010000111110011011101010001001010001000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,208,124); }

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

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

 a { background-color: rgb(93,208,124); }

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

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

 span { border-color: rgb(93,208,124); }

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