#5DD086

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

Shades of Emerald #5DD086

Tints of Emerald #5DD086

Color information

#5DD086 (or 0x5DD086) is unknown color: approx Emerald. HEX triplet: 5D, D0 and 86. RGB value is (93,208,134). Sum of RGB (Red+Green+Blue) = 93+208+134=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD086 is #A22F79. Grayscale: #A5A5A5. Windows color (decimal): -10628986 or 8835165. OLE color: 8835165.

HSL color Cylindrical-coordinate representation of color #5DD086: hue angle of 141.39º 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 #5DD086 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB93208134-
CMYK0.5500.360.18
HSL141.39º55.02%59.02%-
HSV(B)141.39º55.29%81.57%-
XYZ31.3749.1630.39-
YUV165.18110.476.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.38%
GREEN value IS 208 (81.64% from 255) = 47.82%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=21.38%
G=47.82%
B=30.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932081340.5500.360.18141.3955.0259.02
Hex5DD08637024128d373b
Octal13532020667044222156773
Binary1011101110100001000011011011101001001001010001101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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