Shades of Mantis #72C45C
Tints of Mantis #72C45C
RGB
CMYK
RGB Variations
Color information
#72C45C (or 0x72C45C) is known color: Mantis. HEX triplet: 72, C4 and 5C. RGB value is (114,196,92). Sum of RGB (Red+Green+Blue) = 114+196+92=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #72C45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C45C is #8D3BA3. Grayscale: #9F9F9F. Windows color (decimal): -9255844 or 6079602. OLE color: 6079602.
HSL color Cylindrical-coordinate representation of color #72C45C: hue angle of 107.31º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72C45C is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 92 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.23 |
| HSL | 107.31º | 0.47% | 0.56% | - |
| HSV(B) | 107.31º | 0.53% | 0.77% | - |
| XYZ | 28.61 | 43.83 | 17.08 | - |
| YUV | 159.63 | 89.83 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 92 | 0.42 | 0 | 0.53 | 0.23 | 107.31 | 0.47 | 0.56 |
| Hex | 72 | C4 | 5C | 2A | 0 | 35 | 17 | 6B | 2F | 38 |
| Octal | 162 | 304 | 134 | 52 | 0 | 65 | 27 | 153 | 57 | 70 |
| Binary | 1110010 | 11000100 | 1011100 | 101010 | 0 | 110101 | 10111 | 1101011 | 101111 | 111000 |
Color Harmonies of #72C45C
Complementary color
Monochromatic Colors of #72C45C
Black with #72C45C
Text Example
Text Example
White with #72C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C45C; }
p { color: rgb(114,196,92); }
H1.HeaderClassName
{
color: #72C45C;
}
.AnyTagClassName
{
color: #72C45C;
}
</style>
background-color css
<style>
a { background-color: #72C45C; }
a { background-color: rgb(114,196,92); }
div.DivClassName
{
background-color: #72C45C;
}
.BgClassName
{
background-color: #72C45C;
}
</style>
border-color css
<style>
span { border-color: #72C45C; }
span { border-color: rgb(114,196,92); }
td.TdClassName
{
border-color: #72C45C;
}
.TagClassName
{
border-color: #72C45C;
}
</style>