#72BC65

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

Shades of Mantis #72BC65

Tints of Mantis #72BC65

Color information

#72BC65 (or 0x72BC65) is unknown color: approx Mantis. HEX triplet: 72, BC and 65. RGB value is (114,188,101). Sum of RGB (Red+Green+Blue) = 114+188+101=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC65 is #8D439A. Grayscale: #9C9C9C. Windows color (decimal): -9257883 or 6667378. OLE color: 6667378.

HSL color Cylindrical-coordinate representation of color #72BC65: hue angle of 111.03º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72BC65 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB114188101-
CMYK0.3900.460.26
HSL111.03º39.37%56.67%-
HSV(B)111.03º46.28%73.73%-
XYZ27.2740.4818.69-
YUV155.9696.9898.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 188 (73.83% from 255) = 46.65%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=28.29%
G=46.65%
B=25.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141881010.3900.460.26111.0339.3756.67
Hex72BC652702E1A6f2739
Octal16227414547056321574771
Binary11100101011110011001011001110101110110101101111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,188,101); }

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

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

 a { background-color: rgb(114,188,101); }

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

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

 span { border-color: rgb(114,188,101); }

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