#72C55A

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

Shades of Mantis #72C55A

Tints of Mantis #72C55A

Color information

#72C55A (or 0x72C55A) is unknown color: approx Mantis. HEX triplet: 72, C5 and 5A. RGB value is (114,197,90). Sum of RGB (Red+Green+Blue) = 114+197+90=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #72C55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C55A is #8D3AA5. Grayscale: #A0A0A0. Windows color (decimal): -9255590 or 5948786. OLE color: 5948786.

HSL color Cylindrical-coordinate representation of color #72C55A: hue angle of 106.54º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72C55A is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB11419790-
CMYK0.4200.540.23
HSL106.54º47.98%56.27%-
HSV(B)106.54º54.31%77.25%-
XYZ28.7544.2516.7-
YUV159.9888.595.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 197 (77.34% from 255) = 49.13%
BLUE value IS 90 (35.55% from 255) = 22.44%
R=28.43%
G=49.13%
B=22.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114197900.4200.540.23106.5447.9856.27
Hex72C55A2A036176b3038
Octal16230513252066271536070
Binary11100101100010110110101010100110110101111101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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