#5ECB82

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

Shades of Emerald #5ECB82

Tints of Emerald #5ECB82

Color information

#5ECB82 (or 0x5ECB82) is unknown color: approx Emerald. HEX triplet: 5E, CB and 82. RGB value is (94,203,130). Sum of RGB (Red+Green+Blue) = 94+203+130=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECB82 is #A1347D. Grayscale: #A2A2A2. Windows color (decimal): -10564734 or 8571742. OLE color: 8571742.

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

Color convert

RGB94203130-
CMYK0.5400.360.20
HSL139.82º51.17%58.24%-
HSV(B)139.82º53.69%79.61%-
XYZ3046.728.55-
YUV162.09109.8979.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.01%
GREEN value IS 203 (79.69% from 255) = 47.54%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=22.01%
G=47.54%
B=30.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942031300.5400.360.20139.8251.1758.24
Hex5ECB8236024148c333a
Octal13631320266044242146372
Binary1011110110010111000001011011001001001010010001100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,203,130); }

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

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

 a { background-color: rgb(94,203,130); }

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

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

 span { border-color: rgb(94,203,130); }

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