Shades of Mantis #72C450
Tints of Mantis #72C450
RGB
CMYK
RGB Variations
Color information
#72C450 (or 0x72C450) is known color: Mantis. HEX triplet: 72, C4 and 50. RGB value is (114,196,80). Sum of RGB (Red+Green+Blue) = 114+196+80=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #72C450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C450 is #8D3BAF. Grayscale: #9E9E9E. Windows color (decimal): -9255856 or 5293170. OLE color: 5293170.
HSL color Cylindrical-coordinate representation of color #72C450: hue angle of 102.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72C450 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 80 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.23 |
| HSL | 102.41º | 0.5% | 0.54% | - |
| HSV(B) | 102.41º | 0.59% | 0.77% | - |
| XYZ | 28.13 | 43.64 | 14.53 | - |
| YUV | 158.26 | 83.83 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 80 | 0.42 | 0 | 0.59 | 0.23 | 102.41 | 0.5 | 0.54 |
| Hex | 72 | C4 | 50 | 2A | 0 | 3B | 17 | 66 | 32 | 36 |
| Octal | 162 | 304 | 120 | 52 | 0 | 73 | 27 | 146 | 62 | 66 |
| Binary | 1110010 | 11000100 | 1010000 | 101010 | 0 | 111011 | 10111 | 1100110 | 110010 | 110110 |
Color Harmonies of #72C450
Complementary color
Monochromatic Colors of #72C450
Black with #72C450
Text Example
Text Example
White with #72C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C450; }
p { color: rgb(114,196,80); }
H1.HeaderClassName
{
color: #72C450;
}
.AnyTagClassName
{
color: #72C450;
}
</style>
background-color css
<style>
a { background-color: #72C450; }
a { background-color: rgb(114,196,80); }
div.DivClassName
{
background-color: #72C450;
}
.BgClassName
{
background-color: #72C450;
}
</style>
border-color css
<style>
span { border-color: #72C450; }
span { border-color: rgb(114,196,80); }
td.TdClassName
{
border-color: #72C450;
}
.TagClassName
{
border-color: #72C450;
}
</style>