#5DCB80

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

Shades of Emerald #5DCB80

Tints of Emerald #5DCB80

Color information

#5DCB80 (or 0x5DCB80) is unknown color: approx Emerald. HEX triplet: 5D, CB and 80. RGB value is (93,203,128). Sum of RGB (Red+Green+Blue) = 93+203+128=424 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.93% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCB80 is #A2347F. Grayscale: #A1A1A1. Windows color (decimal): -10630272 or 8440669. OLE color: 8440669.

HSL color Cylindrical-coordinate representation of color #5DCB80: hue angle of 139.09º 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 #5DCB80 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB93203128-
CMYK0.5400.370.20
HSL139.09º51.4%58.04%-
HSV(B)139.09º54.19%79.61%-
XYZ29.7746.627.85-
YUV161.56109.0679.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.93%
GREEN value IS 203 (79.69% from 255) = 47.88%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=21.93%
G=47.88%
B=30.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932031280.5400.370.20139.0951.458.04
Hex5DCB8036025148b333a
Octal13531320066045242136372
Binary1011101110010111000000011011001001011010010001011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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