#72BB55

Color #72BB55 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #72BB55

Tints of Mantis #72BB55

Color information

#72BB55 (or 0x72BB55) is unknown color: approx Mantis. HEX triplet: 72, BB and 55. RGB value is (114,187,85). Sum of RGB (Red+Green+Blue) = 114+187+85=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BB55 is #8D44AA. Grayscale: #999999. Windows color (decimal): -9258155 or 5618546. OLE color: 5618546.

HSL color Cylindrical-coordinate representation of color #72BB55: hue angle of 102.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72BB55 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB11418785-
CMYK0.3900.550.27
HSL102.94º42.86%53.33%-
HSV(B)102.94º54.55%73.33%-
XYZ26.3539.7714.88-
YUV153.5489.3299.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 187 (73.44% from 255) = 48.45%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=29.53%
G=48.45%
B=22.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114187850.3900.550.27102.9442.8653.33
Hex72BB55270371B672b35
Octal16227312547067331475365
Binary11100101011101110101011001110110111110111100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72BB55; }

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

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

<style>
 a { background-color: #72BB55; }

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

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

<style>
 span { border-color: #72BB55; }

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

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