Shades of Mantis #72CB4E
Tints of Mantis #72CB4E
RGB
CMYK
RGB Variations
Color information
#72CB4E (or 0x72CB4E) is known color: Mantis. HEX triplet: 72, CB and 4E. RGB value is (114,203,78). Sum of RGB (Red+Green+Blue) = 114+203+78=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CB4E is #8D34B1. Grayscale: #A2A2A2. Windows color (decimal): -9254066 or 5163890. OLE color: 5163890.
HSL color Cylindrical-coordinate representation of color #72CB4E: hue angle of 102.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72CB4E is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 203 | 78 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.20 |
| HSL | 102.72º | 0.55% | 0.55% | - |
| HSV(B) | 102.72º | 0.62% | 0.8% | - |
| XYZ | 29.67 | 46.84 | 14.68 | - |
| YUV | 162.14 | 80.51 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 78 | 0.44 | 0 | 0.62 | 0.20 | 102.72 | 0.55 | 0.55 |
| Hex | 72 | CB | 4E | 2C | 0 | 3E | 14 | 67 | 37 | 37 |
| Octal | 162 | 313 | 116 | 54 | 0 | 76 | 24 | 147 | 67 | 67 |
| Binary | 1110010 | 11001011 | 1001110 | 101100 | 0 | 111110 | 10100 | 1100111 | 110111 | 110111 |
Color Harmonies of #72CB4E
Complementary color
Monochromatic Colors of #72CB4E
Black with #72CB4E
Text Example
Text Example
White with #72CB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CB4E; }
p { color: rgb(114,203,78); }
H1.HeaderClassName
{
color: #72CB4E;
}
.AnyTagClassName
{
color: #72CB4E;
}
</style>
background-color css
<style>
a { background-color: #72CB4E; }
a { background-color: rgb(114,203,78); }
div.DivClassName
{
background-color: #72CB4E;
}
.BgClassName
{
background-color: #72CB4E;
}
</style>
border-color css
<style>
span { border-color: #72CB4E; }
span { border-color: rgb(114,203,78); }
td.TdClassName
{
border-color: #72CB4E;
}
.TagClassName
{
border-color: #72CB4E;
}
</style>