#5EDA82

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

Shades of Emerald #5EDA82

Tints of Emerald #5EDA82

Color information

#5EDA82 (or 0x5EDA82) is unknown color: approx Emerald. HEX triplet: 5E, DA and 82. RGB value is (94,218,130). Sum of RGB (Red+Green+Blue) = 94+218+130=442 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.27% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDA82 is #A1257D. Grayscale: #ABABAB. Windows color (decimal): -10560894 or 8575582. OLE color: 8575582.

HSL color Cylindrical-coordinate representation of color #5EDA82: hue angle of 137.42º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDA82 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB94218130-
CMYK0.5700.400.15
HSL137.42º62.63%61.18%-
HSV(B)137.42º56.88%85.49%-
XYZ33.7254.1329.79-
YUV170.89104.9273.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.27%
GREEN value IS 218 (85.55% from 255) = 49.32%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=21.27%
G=49.32%
B=29.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942181300.5700.400.15137.4262.6361.18
Hex5EDA8239028F893f3d
Octal13633220271050172117775
Binary101111011011010100000101110010101000111110001001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,218,130); }

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

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

 a { background-color: rgb(94,218,130); }

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

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

 span { border-color: rgb(94,218,130); }

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