#55E176

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

Shades of Emerald #55E176

Tints of Emerald #55E176

Color information

#55E176 (or 0x55E176) is unknown color: approx Emerald. HEX triplet: 55, E1 and 76. RGB value is (85,225,118). Sum of RGB (Red+Green+Blue) = 85+225+118=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #55E176 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E176 is #AA1E89. Grayscale: #ABABAB. Windows color (decimal): -11148938 or 7790933. OLE color: 7790933.

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

Color convert

RGB85225118-
CMYK0.6200.480.12
HSL134.14º70%60.78%-
HSV(B)134.14º62.22%88.24%-
XYZ33.9457.0926.37-
YUV170.9498.1266.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.86%
GREEN value IS 225 (88.28% from 255) = 52.57%
BLUE value IS 118 (46.48% from 255) = 27.57%
R=19.86%
G=52.57%
B=27.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852251180.6200.480.12134.147060.78
Hex55E1763E030C86463d
Octal125341166760601420610675
Binary101010111100001111011011111001100001100100001101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,225,118); }

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

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

 a { background-color: rgb(85,225,118); }

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

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

 span { border-color: rgb(85,225,118); }

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