#55e175

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

Shades of Emerald #55E175

Tints of Emerald #55E175

Color information

#55E175 (or 0x55E175) is unknown color: approx Emerald. HEX triplet: 55, E1 and 75. RGB value is (85,225,117). Sum of RGB (Red+Green+Blue) = 85+225+117=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #55E175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E175 is #AA1E8A. Grayscale: #ABABAB. Windows color (decimal): -11148939 or 7725397. OLE color: 7725397.

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

Color convert

RGB85225117-
CMYK0.6200.480.12
HSL133.71º70%60.78%-
HSV(B)133.71º62.22%88.24%-
XYZ33.8857.0726.06-
YUV170.8397.6266.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 225 (88.28% from 255) = 52.69%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=19.91%
G=52.69%
B=27.40%

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
Decimal852251170.6200.480.12133.717060.78
Hex55E1753E030C86463d
Octal125341165760601420610675
Binary101010111100001111010111111001100001100100001101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55e175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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