#72C55F

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

Shades of Mantis #72C55F

Tints of Mantis #72C55F

Color information

#72C55F (or 0x72C55F) is unknown color: approx Mantis. HEX triplet: 72, C5 and 5F. RGB value is (114,197,95). Sum of RGB (Red+Green+Blue) = 114+197+95=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #72C55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C55F is #8D3AA0. Grayscale: #A0A0A0. Windows color (decimal): -9255585 or 6276466. OLE color: 6276466.

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

Color convert

RGB11419795-
CMYK0.4200.520.23
HSL108.82º46.79%57.25%-
HSV(B)108.82º51.78%77.25%-
XYZ28.9744.3417.86-
YUV160.569194.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 197 (77.34% from 255) = 48.52%
BLUE value IS 95 (37.5% from 255) = 23.40%
R=28.08%
G=48.52%
B=23.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114197950.4200.520.23108.8246.7957.25
Hex72C55F2A034176d2f39
Octal16230513752064271555771
Binary11100101100010110111111010100110100101111101101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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