#56e480

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

Shades of Emerald #56E480

Tints of Emerald #56E480

Color information

#56E480 (or 0x56E480) is unknown color: approx Emerald. HEX triplet: 56, E4 and 80. RGB value is (86,228,128). Sum of RGB (Red+Green+Blue) = 86+228+128=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #56E480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56E480 is #A91B7F. Grayscale: #AEAEAE. Windows color (decimal): -11082624 or 8447062. OLE color: 8447062.

HSL color Cylindrical-coordinate representation of color #56E480: hue angle of 137.75º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E480 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB86228128-
CMYK0.6200.440.11
HSL137.75º72.45%61.57%-
HSV(B)137.75º62.28%89.41%-
XYZ35.4859.0229.94-
YUV174.14101.9665.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.46%
GREEN value IS 228 (89.45% from 255) = 51.58%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=19.46%
G=51.58%
B=28.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal862281280.6200.440.11137.7572.4561.57
Hex56E4803E02CB8a483e
Octal126344200760541321211076
Binary1010110111001001000000011111001011001011100010101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56e480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56e480; }

 p { color: rgb(86,228,128); }

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

<style>
 a { background-color: #56e480; }

 a { background-color: rgb(86,228,128); }

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

<style>
 span { border-color: #56e480; }

 span { border-color: rgb(86,228,128); }

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