#5ED077

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

Shades of Emerald #5ED077

Tints of Emerald #5ED077

Color information

#5ED077 (or 0x5ED077) is unknown color: approx Emerald. HEX triplet: 5E, D0 and 77. RGB value is (94,208,119). Sum of RGB (Red+Green+Blue) = 94+208+119=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED077 is #A12F88. Grayscale: #A4A4A4. Windows color (decimal): -10563465 or 7852126. OLE color: 7852126.

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

Color convert

RGB94208119-
CMYK0.5500.430.18
HSL133.16º54.81%59.22%-
HSV(B)133.16º54.81%81.57%-
XYZ30.548.8225.27-
YUV163.77102.7378.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.33%
GREEN value IS 208 (81.64% from 255) = 49.41%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=22.33%
G=49.41%
B=28.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942081190.5500.430.18133.1654.8159.22
Hex5ED0773702B1285373b
Octal13632016767053222056773
Binary101111011010000111011111011101010111001010000101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,208,119); }

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

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

 a { background-color: rgb(94,208,119); }

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

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

 span { border-color: rgb(94,208,119); }

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