Shades of Mantis #72BF5D
Tints of Mantis #72BF5D
RGB
CMYK
RGB Variations
Color information
#72BF5D (or 0x72BF5D) is known color: Mantis. HEX triplet: 72, BF and 5D. RGB value is (114,191,93). Sum of RGB (Red+Green+Blue) = 114+191+93=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF5D is #8D40A2. Grayscale: #9D9D9D. Windows color (decimal): -9257123 or 6143858. OLE color: 6143858.
HSL color Cylindrical-coordinate representation of color #72BF5D: hue angle of 107.14º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72BF5D is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 191 | 93 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.25 |
| HSL | 107.14º | 0.43% | 0.56% | - |
| HSV(B) | 107.14º | 0.51% | 0.75% | - |
| XYZ | 27.55 | 41.63 | 16.94 | - |
| YUV | 156.81 | 91.99 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 93 | 0.40 | 0 | 0.51 | 0.25 | 107.14 | 0.43 | 0.56 |
| Hex | 72 | BF | 5D | 28 | 0 | 33 | 19 | 6B | 2B | 38 |
| Octal | 162 | 277 | 135 | 50 | 0 | 63 | 31 | 153 | 53 | 70 |
| Binary | 1110010 | 10111111 | 1011101 | 101000 | 0 | 110011 | 11001 | 1101011 | 101011 | 111000 |
Color Harmonies of #72BF5D
Complementary color
Monochromatic Colors of #72BF5D
Black with #72BF5D
Text Example
Text Example
White with #72BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BF5D; }
p { color: rgb(114,191,93); }
H1.HeaderClassName
{
color: #72BF5D;
}
.AnyTagClassName
{
color: #72BF5D;
}
</style>
background-color css
<style>
a { background-color: #72BF5D; }
a { background-color: rgb(114,191,93); }
div.DivClassName
{
background-color: #72BF5D;
}
.BgClassName
{
background-color: #72BF5D;
}
</style>
border-color css
<style>
span { border-color: #72BF5D; }
span { border-color: rgb(114,191,93); }
td.TdClassName
{
border-color: #72BF5D;
}
.TagClassName
{
border-color: #72BF5D;
}
</style>