#72BF64

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

Shades of Mantis #72BF64

Tints of Mantis #72BF64

Color information

#72BF64 (or 0x72BF64) is unknown color: approx Mantis. HEX triplet: 72, BF and 64. RGB value is (114,191,100). Sum of RGB (Red+Green+Blue) = 114+191+100=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF64 is #8D409B. Grayscale: #9D9D9D. Windows color (decimal): -9257116 or 6602610. OLE color: 6602610.

HSL color Cylindrical-coordinate representation of color #72BF64: hue angle of 110.77º 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 #72BF64 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB114191100-
CMYK0.4000.480.25
HSL110.77º41.55%57.06%-
HSV(B)110.77º47.64%74.9%-
XYZ27.8741.7618.65-
YUV157.695.4996.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 191 (75% from 255) = 47.16%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=28.15%
G=47.16%
B=24.69%

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
Decimal1141911000.4000.480.25110.7741.5557.06
Hex72BF6428030196f2a39
Octal16227714450060311575271
Binary11100101011111111001001010000110000110011101111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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