#55e085

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

Shades of Emerald #55E085

Tints of Emerald #55E085

Color information

#55E085 (or 0x55E085) is unknown color: approx Emerald. HEX triplet: 55, E0 and 85. RGB value is (85,224,133). Sum of RGB (Red+Green+Blue) = 85+224+133=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #55E085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E085 is #AA1F7A. Grayscale: #ACACAC. Windows color (decimal): -11149179 or 8773717. OLE color: 8773717.

HSL color Cylindrical-coordinate representation of color #55E085: hue angle of 140.72º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E085 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB85224133-
CMYK0.6200.410.12
HSL140.72º69.15%60.59%-
HSV(B)140.72º62.05%87.84%-
XYZ34.6456.9431.35-
YUV172.06105.9565.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.23%
GREEN value IS 224 (87.89% from 255) = 50.68%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=19.23%
G=50.68%
B=30.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852241330.6200.410.12140.7269.1560.59
Hex55E0853E029C8d453d
Octal125340205760511421510575
Binary1010101111000001000010111111001010011100100011011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55e085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,224,133); }

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

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

 a { background-color: rgb(85,224,133); }

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

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

 span { border-color: rgb(85,224,133); }

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