#55C571

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

Shades of Emerald #55C571

Tints of Emerald #55C571

Color information

#55C571 (or 0x55C571) is unknown color: approx Emerald. HEX triplet: 55, C5 and 71. RGB value is (85,197,113). Sum of RGB (Red+Green+Blue) = 85+197+113=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #55C571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C571 is #AA3A8E. Grayscale: #9A9A9A. Windows color (decimal): -11156111 or 7456085. OLE color: 7456085.

HSL color Cylindrical-coordinate representation of color #55C571: hue angle of 135º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C571 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB85197113-
CMYK0.5700.430.23
HSL135º49.12%55.29%-
HSV(B)135º56.85%77.25%-
XYZ26.6943.0622.53-
YUV153.94104.8978.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 197 (77.34% from 255) = 49.87%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=21.52%
G=49.87%
B=28.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851971130.5700.430.2313549.1255.29
Hex55C5713902B17873137
Octal12530516171053272076167
Binary101010111000101111000111100101010111011110000111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,197,113); }

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

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

 a { background-color: rgb(85,197,113); }

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

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

 span { border-color: rgb(85,197,113); }

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