#55E092

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

Shades of Emerald #55E092

Tints of Emerald #55E092

Color information

#55E092 (or 0x55E092) is unknown color: approx Emerald. HEX triplet: 55, E0 and 92. RGB value is (85,224,146). Sum of RGB (Red+Green+Blue) = 85+224+146=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #55E092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E092 is #AA1F6D. Grayscale: #ADADAD. Windows color (decimal): -11149166 or 9625685. OLE color: 9625685.

HSL color Cylindrical-coordinate representation of color #55E092: hue angle of 146.33º 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 #55E092 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB85224146-
CMYK0.6200.350.12
HSL146.33º69.15%60.59%-
HSV(B)146.33º62.05%87.84%-
XYZ35.5957.3236.38-
YUV173.55112.4564.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.68%
GREEN value IS 224 (87.89% from 255) = 49.23%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=18.68%
G=49.23%
B=32.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852241460.6200.350.12146.3369.1560.59
Hex55E0923E023C92453d
Octal125340222760431422210575
Binary1010101111000001001001011111001000111100100100101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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