#5ED970

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

Shades of Emerald #5ED970

Tints of Emerald #5ED970

Color information

#5ED970 (or 0x5ED970) is unknown color: approx Emerald. HEX triplet: 5E, D9 and 70. RGB value is (94,217,112). Sum of RGB (Red+Green+Blue) = 94+217+112=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED970 is #A1268F. Grayscale: #A8A8A8. Windows color (decimal): -10561168 or 7395678. OLE color: 7395678.

HSL color Cylindrical-coordinate representation of color #5ED970: hue angle of 128.78º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ED970 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB94217112-
CMYK0.5700.480.15
HSL128.78º61.81%60.98%-
HSV(B)128.78º56.68%85.1%-
XYZ32.3553.1823.89-
YUV168.2596.2575.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.22%
GREEN value IS 217 (85.16% from 255) = 51.30%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=22.22%
G=51.30%
B=26.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942171120.5700.480.15128.7861.8160.98
Hex5ED97039030F813e3d
Octal13633116071060172017675
Binary10111101101100111100001110010110000111110000001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,217,112); }

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

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

 a { background-color: rgb(94,217,112); }

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

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

 span { border-color: rgb(94,217,112); }

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