#5ed680

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

Shades of Emerald #5ED680

Tints of Emerald #5ED680

Color information

#5ED680 (or 0x5ED680) is unknown color: approx Emerald. HEX triplet: 5E, D6 and 80. RGB value is (94,214,128). Sum of RGB (Red+Green+Blue) = 94+214+128=436 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.56% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED680 is #A1297F. Grayscale: #A8A8A8. Windows color (decimal): -10561920 or 8443486. OLE color: 8443486.

HSL color Cylindrical-coordinate representation of color #5ED680: hue angle of 137º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED680 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB94214128-
CMYK0.5600.400.16
HSL137º59.41%60.39%-
HSV(B)137º56.07%83.92%-
XYZ32.5652.0328.75-
YUV168.32105.2474.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.56%
GREEN value IS 214 (83.98% from 255) = 49.08%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=21.56%
G=49.08%
B=29.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal942141280.5600.400.1613759.4160.39
Hex5ED6803802810893b3c
Octal13632620070050202117374
Binary1011110110101101000000011100001010001000010001001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ed680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,214,128); }

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

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

 a { background-color: rgb(94,214,128); }

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

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

 span { border-color: rgb(94,214,128); }

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