#5DCB76

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

Shades of Emerald #5DCB76

Tints of Emerald #5DCB76

Color information

#5DCB76 (or 0x5DCB76) is unknown color: approx Emerald. HEX triplet: 5D, CB and 76. RGB value is (93,203,118). Sum of RGB (Red+Green+Blue) = 93+203+118=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCB76 is #A23489. Grayscale: #A0A0A0. Windows color (decimal): -10630282 or 7785309. OLE color: 7785309.

HSL color Cylindrical-coordinate representation of color #5DCB76: hue angle of 133.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCB76 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB93203118-
CMYK0.5400.420.20
HSL133.64º51.4%58.04%-
HSV(B)133.64º54.19%79.61%-
XYZ29.1446.3524.55-
YUV160.42104.0679.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.46%
GREEN value IS 203 (79.69% from 255) = 49.03%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=22.46%
G=49.03%
B=28.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932031180.5400.420.20133.6451.458.04
Hex5DCB763602A1486333a
Octal13531316666052242066372
Binary101110111001011111011011011001010101010010000110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,203,118); }

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

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

 a { background-color: rgb(93,203,118); }

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

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

 span { border-color: rgb(93,203,118); }

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