#5ED475

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

Shades of Emerald #5ED475

Tints of Emerald #5ED475

Color information

#5ED475 (or 0x5ED475) is unknown color: approx Emerald. HEX triplet: 5E, D4 and 75. RGB value is (94,212,117). Sum of RGB (Red+Green+Blue) = 94+212+117=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED475 is #A12B8A. Grayscale: #A6A6A6. Windows color (decimal): -10562443 or 7722078. OLE color: 7722078.

HSL color Cylindrical-coordinate representation of color #5ED475: hue angle of 131.69º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED475 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB94212117-
CMYK0.5600.450.17
HSL131.69º57.84%60%-
HSV(B)131.69º55.66%83.14%-
XYZ31.3750.7524.97-
YUV165.89100.4176.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.22%
GREEN value IS 212 (83.20% from 255) = 50.12%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=22.22%
G=50.12%
B=27.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal942121170.5600.450.17131.6957.8460
Hex5ED4753802D11843a3c
Octal13632416570055212047274
Binary101111011010100111010111100001011011000110000100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,212,117); }

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

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

 a { background-color: rgb(94,212,117); }

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

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

 span { border-color: rgb(94,212,117); }

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