Shades of Mantis #72C467
Tints of Mantis #72C467
RGB
CMYK
RGB Variations
Color information
#72C467 (or 0x72C467) is known color: Mantis. HEX triplet: 72, C4 and 67. RGB value is (114,196,103). Sum of RGB (Red+Green+Blue) = 114+196+103=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #72C467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C467 is #8D3B98. Grayscale: #A1A1A1. Windows color (decimal): -9255833 or 6800498. OLE color: 6800498.
HSL color Cylindrical-coordinate representation of color #72C467: hue angle of 112.9º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72C467 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 103 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.23 |
| HSL | 112.9º | 0.44% | 0.59% | - |
| HSV(B) | 112.9º | 0.47% | 0.77% | - |
| XYZ | 29.13 | 44.04 | 19.8 | - |
| YUV | 160.88 | 95.33 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 103 | 0.42 | 0 | 0.47 | 0.23 | 112.9 | 0.44 | 0.59 |
| Hex | 72 | C4 | 67 | 2A | 0 | 2F | 17 | 71 | 2C | 3B |
| Octal | 162 | 304 | 147 | 52 | 0 | 57 | 27 | 161 | 54 | 73 |
| Binary | 1110010 | 11000100 | 1100111 | 101010 | 0 | 101111 | 10111 | 1110001 | 101100 | 111011 |
Color Harmonies of #72C467
Complementary color
Monochromatic Colors of #72C467
Black with #72C467
Text Example
Text Example
White with #72C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C467; }
p { color: rgb(114,196,103); }
H1.HeaderClassName
{
color: #72C467;
}
.AnyTagClassName
{
color: #72C467;
}
</style>
background-color css
<style>
a { background-color: #72C467; }
a { background-color: rgb(114,196,103); }
div.DivClassName
{
background-color: #72C467;
}
.BgClassName
{
background-color: #72C467;
}
</style>
border-color css
<style>
span { border-color: #72C467; }
span { border-color: rgb(114,196,103); }
td.TdClassName
{
border-color: #72C467;
}
.TagClassName
{
border-color: #72C467;
}
</style>