#5EDC74

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

Shades of Emerald #5EDC74

Tints of Emerald #5EDC74

Color information

#5EDC74 (or 0x5EDC74) is unknown color: approx Emerald. HEX triplet: 5E, DC and 74. RGB value is (94,220,116). Sum of RGB (Red+Green+Blue) = 94+220+116=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDC74 is #A1238B. Grayscale: #AAAAAA. Windows color (decimal): -10560396 or 7658590. OLE color: 7658590.

HSL color Cylindrical-coordinate representation of color #5EDC74: hue angle of 130.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDC74 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB94220116-
CMYK0.5700.470.14
HSL130.48º64.29%61.57%-
HSV(B)130.48º57.27%86.27%-
XYZ33.3654.8325.35-
YUV170.4797.2673.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.86%
GREEN value IS 220 (86.33% from 255) = 51.16%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=21.86%
G=51.16%
B=26.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942201160.5700.470.14130.4864.2961.57
Hex5EDC743902FE82403e
Octal136334164710571620210076
Binary101111011011100111010011100101011111110100000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,220,116); }

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

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

 a { background-color: rgb(94,220,116); }

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

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

 span { border-color: rgb(94,220,116); }

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