Shades of Mantis #72BE64
Tints of Mantis #72BE64
RGB
CMYK
RGB Variations
Color information
#72BE64 (or 0x72BE64) is known color: Mantis. HEX triplet: 72, BE and 64. RGB value is (114,190,100). Sum of RGB (Red+Green+Blue) = 114+190+100=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BE64 is #8D419B. Grayscale: #9D9D9D. Windows color (decimal): -9257372 or 6602354. OLE color: 6602354.
HSL color Cylindrical-coordinate representation of color #72BE64: hue angle of 110.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72BE64 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 100 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.25 |
| HSL | 110.67º | 0.41% | 0.57% | - |
| HSV(B) | 110.67º | 0.47% | 0.75% | - |
| XYZ | 27.65 | 41.32 | 18.58 | - |
| YUV | 157.02 | 95.82 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 100 | 0.40 | 0 | 0.47 | 0.25 | 110.67 | 0.41 | 0.57 |
| Hex | 72 | BE | 64 | 28 | 0 | 2F | 19 | 6F | 29 | 39 |
| Octal | 162 | 276 | 144 | 50 | 0 | 57 | 31 | 157 | 51 | 71 |
| Binary | 1110010 | 10111110 | 1100100 | 101000 | 0 | 101111 | 11001 | 1101111 | 101001 | 111001 |
Color Harmonies of #72BE64
Complementary color
Monochromatic Colors of #72BE64
Black with #72BE64
Text Example
Text Example
White with #72BE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BE64; }
p { color: rgb(114,190,100); }
H1.HeaderClassName
{
color: #72BE64;
}
.AnyTagClassName
{
color: #72BE64;
}
</style>
background-color css
<style>
a { background-color: #72BE64; }
a { background-color: rgb(114,190,100); }
div.DivClassName
{
background-color: #72BE64;
}
.BgClassName
{
background-color: #72BE64;
}
</style>
border-color css
<style>
span { border-color: #72BE64; }
span { border-color: rgb(114,190,100); }
td.TdClassName
{
border-color: #72BE64;
}
.TagClassName
{
border-color: #72BE64;
}
</style>