Shades of Mantis #72B25B
Tints of Mantis #72B25B
RGB
CMYK
RGB Variations
Color information
#72B25B (or 0x72B25B) is known color: Mantis. HEX triplet: 72, B2 and 5B. RGB value is (114,178,91). Sum of RGB (Red+Green+Blue) = 114+178+91=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #72B25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B25B is #8D4DA4. Grayscale: #959595. Windows color (decimal): -9260453 or 6009458. OLE color: 6009458.
HSL color Cylindrical-coordinate representation of color #72B25B: hue angle of 104.14º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72B25B is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 178 | 91 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.30 |
| HSL | 104.14º | 0.36% | 0.53% | - |
| HSV(B) | 104.14º | 0.49% | 0.7% | - |
| XYZ | 24.75 | 36.17 | 15.58 | - |
| YUV | 148.95 | 95.3 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 178 | 91 | 0.36 | 0 | 0.49 | 0.30 | 104.14 | 0.36 | 0.53 |
| Hex | 72 | B2 | 5B | 24 | 0 | 31 | 1E | 68 | 24 | 35 |
| Octal | 162 | 262 | 133 | 44 | 0 | 61 | 36 | 150 | 44 | 65 |
| Binary | 1110010 | 10110010 | 1011011 | 100100 | 0 | 110001 | 11110 | 1101000 | 100100 | 110101 |
Color Harmonies of #72B25B
Complementary color
Monochromatic Colors of #72B25B
Black with #72B25B
Text Example
Text Example
White with #72B25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B25B; }
p { color: rgb(114,178,91); }
H1.HeaderClassName
{
color: #72B25B;
}
.AnyTagClassName
{
color: #72B25B;
}
</style>
background-color css
<style>
a { background-color: #72B25B; }
a { background-color: rgb(114,178,91); }
div.DivClassName
{
background-color: #72B25B;
}
.BgClassName
{
background-color: #72B25B;
}
</style>
border-color css
<style>
span { border-color: #72B25B; }
span { border-color: rgb(114,178,91); }
td.TdClassName
{
border-color: #72B25B;
}
.TagClassName
{
border-color: #72B25B;
}
</style>