#5ED478

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

Shades of Emerald #5ED478

Tints of Emerald #5ED478

Color information

#5ED478 (or 0x5ED478) is unknown color: approx Emerald. HEX triplet: 5E, D4 and 78. RGB value is (94,212,120). Sum of RGB (Red+Green+Blue) = 94+212+120=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED478 is #A12B87. Grayscale: #A6A6A6. Windows color (decimal): -10562440 or 7918686. OLE color: 7918686.

HSL color Cylindrical-coordinate representation of color #5ED478: hue angle of 133.22º 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 #5ED478 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB94212120-
CMYK0.5600.430.17
HSL133.22º57.84%60%-
HSV(B)133.22º55.66%83.14%-
XYZ31.5550.8225.92-
YUV166.23101.9176.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.07%
GREEN value IS 212 (83.20% from 255) = 49.77%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=22.07%
G=49.77%
B=28.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal942121200.5600.430.17133.2257.8460
Hex5ED4783802B11853a3c
Octal13632417070053212057274
Binary101111011010100111100011100001010111000110000101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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