Shades of Mantis #72C365
Tints of Mantis #72C365
RGB
CMYK
RGB Variations
Color information
#72C365 (or 0x72C365) is known color: Mantis. HEX triplet: 72, C3 and 65. RGB value is (114,195,101). Sum of RGB (Red+Green+Blue) = 114+195+101=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #72C365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C365 is #8D3C9A. Grayscale: #A0A0A0. Windows color (decimal): -9256091 or 6669170. OLE color: 6669170.
HSL color Cylindrical-coordinate representation of color #72C365: hue angle of 111.7º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72C365 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 101 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.24 |
| HSL | 111.7º | 0.44% | 0.58% | - |
| HSV(B) | 111.7º | 0.48% | 0.76% | - |
| XYZ | 28.8 | 43.55 | 19.2 | - |
| YUV | 160.07 | 94.66 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 101 | 0.42 | 0 | 0.48 | 0.24 | 111.7 | 0.44 | 0.58 |
| Hex | 72 | C3 | 65 | 2A | 0 | 30 | 18 | 70 | 2C | 3A |
| Octal | 162 | 303 | 145 | 52 | 0 | 60 | 30 | 160 | 54 | 72 |
| Binary | 1110010 | 11000011 | 1100101 | 101010 | 0 | 110000 | 11000 | 1110000 | 101100 | 111010 |
Color Harmonies of #72C365
Complementary color
Monochromatic Colors of #72C365
Black with #72C365
Text Example
Text Example
White with #72C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C365; }
p { color: rgb(114,195,101); }
H1.HeaderClassName
{
color: #72C365;
}
.AnyTagClassName
{
color: #72C365;
}
</style>
background-color css
<style>
a { background-color: #72C365; }
a { background-color: rgb(114,195,101); }
div.DivClassName
{
background-color: #72C365;
}
.BgClassName
{
background-color: #72C365;
}
</style>
border-color css
<style>
span { border-color: #72C365; }
span { border-color: rgb(114,195,101); }
td.TdClassName
{
border-color: #72C365;
}
.TagClassName
{
border-color: #72C365;
}
</style>