#5ED275

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

Shades of Emerald #5ED275

Tints of Emerald #5ED275

Color information

#5ED275 (or 0x5ED275) is unknown color: approx Emerald. HEX triplet: 5E, D2 and 75. RGB value is (94,210,117). Sum of RGB (Red+Green+Blue) = 94+210+117=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED275 is #A12D8A. Grayscale: #A4A4A4. Windows color (decimal): -10562955 or 7721566. OLE color: 7721566.

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

Color convert

RGB94210117-
CMYK0.5500.440.18
HSL131.9º56.31%59.61%-
HSV(B)131.9º55.24%82.35%-
XYZ30.8749.7624.81-
YUV164.71101.0777.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.33%
GREEN value IS 210 (82.42% from 255) = 49.88%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=22.33%
G=49.88%
B=27.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942101170.5500.440.18131.956.3159.61
Hex5ED2753702C1284383c
Octal13632216567054222047074
Binary101111011010010111010111011101011001001010000100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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