#55C572

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

Shades of Emerald #55C572

Tints of Emerald #55C572

Color information

#55C572 (or 0x55C572) is unknown color: approx Emerald. HEX triplet: 55, C5 and 72. RGB value is (85,197,114). Sum of RGB (Red+Green+Blue) = 85+197+114=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #55C572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C572 is #AA3A8D. Grayscale: #9A9A9A. Windows color (decimal): -11156110 or 7521621. OLE color: 7521621.

HSL color Cylindrical-coordinate representation of color #55C572: hue angle of 135.54º 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 #55C572 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB85197114-
CMYK0.5700.420.23
HSL135.54º49.12%55.29%-
HSV(B)135.54º56.85%77.25%-
XYZ26.7543.0822.82-
YUV154.05105.3978.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 197 (77.34% from 255) = 49.75%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=21.46%
G=49.75%
B=28.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851971140.5700.420.23135.5449.1255.29
Hex55C5723902A17883137
Octal12530516271052272106167
Binary101010111000101111001011100101010101011110001000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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