#5CD086

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

Shades of Emerald #5CD086

Tints of Emerald #5CD086

Color information

#5CD086 (or 0x5CD086) is unknown color: approx Emerald. HEX triplet: 5C, D0 and 86. RGB value is (92,208,134). Sum of RGB (Red+Green+Blue) = 92+208+134=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #5CD086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD086 is #A32F79. Grayscale: #A5A5A5. Windows color (decimal): -10694522 or 8835164. OLE color: 8835164.

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

Color convert

RGB92208134-
CMYK0.5600.360.18
HSL141.72º55.24%58.82%-
HSV(B)141.72º55.77%81.57%-
XYZ31.2749.1130.38-
YUV164.88110.5776.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.20%
GREEN value IS 208 (81.64% from 255) = 47.93%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=21.20%
G=47.93%
B=30.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal922081340.5600.360.18141.7255.2458.82
Hex5CD08638024128e373b
Octal13432020670044222166773
Binary1011100110100001000011011100001001001001010001110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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