Shades of Mantis #72C652
Tints of Mantis #72C652
RGB
CMYK
RGB Variations
Color information
#72C652 (or 0x72C652) is known color: Mantis. HEX triplet: 72, C6 and 52. RGB value is (114,198,82). Sum of RGB (Red+Green+Blue) = 114+198+82=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #72C652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C652 is #8D39AD. Grayscale: #A0A0A0. Windows color (decimal): -9255342 or 5424754. OLE color: 5424754.
HSL color Cylindrical-coordinate representation of color #72C652: hue angle of 103.45º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72C652 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 198 | 82 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.22 |
| HSL | 103.45º | 0.5% | 0.55% | - |
| HSV(B) | 103.45º | 0.59% | 0.78% | - |
| XYZ | 28.66 | 44.57 | 15.08 | - |
| YUV | 159.66 | 84.17 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 198 | 82 | 0.42 | 0 | 0.59 | 0.22 | 103.45 | 0.5 | 0.55 |
| Hex | 72 | C6 | 52 | 2A | 0 | 3B | 16 | 67 | 32 | 37 |
| Octal | 162 | 306 | 122 | 52 | 0 | 73 | 26 | 147 | 62 | 67 |
| Binary | 1110010 | 11000110 | 1010010 | 101010 | 0 | 111011 | 10110 | 1100111 | 110010 | 110111 |
Color Harmonies of #72C652
Complementary color
Monochromatic Colors of #72C652
Black with #72C652
Text Example
Text Example
White with #72C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C652; }
p { color: rgb(114,198,82); }
H1.HeaderClassName
{
color: #72C652;
}
.AnyTagClassName
{
color: #72C652;
}
</style>
background-color css
<style>
a { background-color: #72C652; }
a { background-color: rgb(114,198,82); }
div.DivClassName
{
background-color: #72C652;
}
.BgClassName
{
background-color: #72C652;
}
</style>
border-color css
<style>
span { border-color: #72C652; }
span { border-color: rgb(114,198,82); }
td.TdClassName
{
border-color: #72C652;
}
.TagClassName
{
border-color: #72C652;
}
</style>