Shades of Mantis #72CE5B
Tints of Mantis #72CE5B
RGB
CMYK
RGB Variations
Color information
#72CE5B (or 0x72CE5B) is known color: Mantis. HEX triplet: 72, CE and 5B. RGB value is (114,206,91). Sum of RGB (Red+Green+Blue) = 114+206+91=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CE5B is #8D31A4. Grayscale: #A5A5A5. Windows color (decimal): -9253285 or 6016626. OLE color: 6016626.
HSL color Cylindrical-coordinate representation of color #72CE5B: hue angle of 108º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72CE5B is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 91 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.19 |
| HSL | 108º | 0.54% | 0.58% | - |
| HSV(B) | 108º | 0.56% | 0.81% | - |
| XYZ | 30.9 | 48.48 | 17.63 | - |
| YUV | 165.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 91 | 0.45 | 0 | 0.56 | 0.19 | 108 | 0.54 | 0.58 |
| Hex | 72 | CE | 5B | 2D | 0 | 38 | 13 | 6C | 36 | 3A |
| Octal | 162 | 316 | 133 | 55 | 0 | 70 | 23 | 154 | 66 | 72 |
| Binary | 1110010 | 11001110 | 1011011 | 101101 | 0 | 111000 | 10011 | 1101100 | 110110 | 111010 |
Color Harmonies of #72CE5B
Complementary color
Monochromatic Colors of #72CE5B
Black with #72CE5B
Text Example
Text Example
White with #72CE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CE5B; }
p { color: rgb(114,206,91); }
H1.HeaderClassName
{
color: #72CE5B;
}
.AnyTagClassName
{
color: #72CE5B;
}
</style>
background-color css
<style>
a { background-color: #72CE5B; }
a { background-color: rgb(114,206,91); }
div.DivClassName
{
background-color: #72CE5B;
}
.BgClassName
{
background-color: #72CE5B;
}
</style>
border-color css
<style>
span { border-color: #72CE5B; }
span { border-color: rgb(114,206,91); }
td.TdClassName
{
border-color: #72CE5B;
}
.TagClassName
{
border-color: #72CE5B;
}
</style>