#55E780

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

Shades of Emerald #55E780

Tints of Emerald #55E780

Color information

#55E780 (or 0x55E780) is unknown color: approx Emerald. HEX triplet: 55, E7 and 80. RGB value is (85,231,128). Sum of RGB (Red+Green+Blue) = 85+231+128=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #55E780 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E780 is #AA187F. Grayscale: #AFAFAF. Windows color (decimal): -11147392 or 8447829. OLE color: 8447829.

HSL color Cylindrical-coordinate representation of color #55E780: hue angle of 137.67º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E780 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB85231128-
CMYK0.6300.450.09
HSL137.67º75.26%61.96%-
HSV(B)137.67º63.2%90.59%-
XYZ36.2260.6430.22-
YUV175.6101.1363.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.14%
GREEN value IS 231 (90.62% from 255) = 52.03%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=19.14%
G=52.03%
B=28.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852311280.6300.450.09137.6775.2661.96
Hex55E7803F02D98a4b3e
Octal125347200770551121211376
Binary1010101111001111000000011111101011011001100010101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55E780; }

 p { color: rgb(85,231,128); }

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

<style>
 a { background-color: #55E780; }

 a { background-color: rgb(85,231,128); }

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

<style>
 span { border-color: #55E780; }

 span { border-color: rgb(85,231,128); }

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