Shades of Mantis #72B85D
Tints of Mantis #72B85D
RGB
CMYK
RGB Variations
Color information
#72B85D (or 0x72B85D) is known color: Mantis. HEX triplet: 72, B8 and 5D. RGB value is (114,184,93). Sum of RGB (Red+Green+Blue) = 114+184+93=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #72B85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B85D is #8D47A2. Grayscale: #989898. Windows color (decimal): -9258915 or 6142066. OLE color: 6142066.
HSL color Cylindrical-coordinate representation of color #72B85D: hue angle of 106.15º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72B85D is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 93 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.28 |
| HSL | 106.15º | 0.39% | 0.54% | - |
| HSV(B) | 106.15º | 0.49% | 0.72% | - |
| XYZ | 26.06 | 38.65 | 16.44 | - |
| YUV | 152.7 | 94.31 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 93 | 0.38 | 0 | 0.49 | 0.28 | 106.15 | 0.39 | 0.54 |
| Hex | 72 | B8 | 5D | 26 | 0 | 31 | 1C | 6A | 27 | 36 |
| Octal | 162 | 270 | 135 | 46 | 0 | 61 | 34 | 152 | 47 | 66 |
| Binary | 1110010 | 10111000 | 1011101 | 100110 | 0 | 110001 | 11100 | 1101010 | 100111 | 110110 |
Color Harmonies of #72B85D
Complementary color
Monochromatic Colors of #72B85D
Black with #72B85D
Text Example
Text Example
White with #72B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B85D; }
p { color: rgb(114,184,93); }
H1.HeaderClassName
{
color: #72B85D;
}
.AnyTagClassName
{
color: #72B85D;
}
</style>
background-color css
<style>
a { background-color: #72B85D; }
a { background-color: rgb(114,184,93); }
div.DivClassName
{
background-color: #72B85D;
}
.BgClassName
{
background-color: #72B85D;
}
</style>
border-color css
<style>
span { border-color: #72B85D; }
span { border-color: rgb(114,184,93); }
td.TdClassName
{
border-color: #72B85D;
}
.TagClassName
{
border-color: #72B85D;
}
</style>