#72BF63

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

Shades of Mantis #72BF63

Tints of Mantis #72BF63

Color information

#72BF63 (or 0x72BF63) is unknown color: approx Mantis. HEX triplet: 72, BF and 63. RGB value is (114,191,99). Sum of RGB (Red+Green+Blue) = 114+191+99=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF63 is #8D409C. Grayscale: #9D9D9D. Windows color (decimal): -9257117 or 6537074. OLE color: 6537074.

HSL color Cylindrical-coordinate representation of color #72BF63: hue angle of 110.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72BF63 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB11419199-
CMYK0.4000.480.25
HSL110.22º41.82%56.86%-
HSV(B)110.22º48.17%74.9%-
XYZ27.8241.7418.39-
YUV157.4994.9996.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=28.22%
G=47.28%
B=24.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114191990.4000.480.25110.2241.8256.86
Hex72BF6328030196e2a39
Octal16227714350060311565271
Binary11100101011111111000111010000110000110011101110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,191,99); }

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

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

 a { background-color: rgb(114,191,99); }

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

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

 span { border-color: rgb(114,191,99); }

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