Shades of Mantis #72C355
Tints of Mantis #72C355
RGB
CMYK
RGB Variations
Color information
#72C355 (or 0x72C355) is known color: Mantis. HEX triplet: 72, C3 and 55. RGB value is (114,195,85). Sum of RGB (Red+Green+Blue) = 114+195+85=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #72C355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C355 is #8D3CAA. Grayscale: #9E9E9E. Windows color (decimal): -9256107 or 5620594. OLE color: 5620594.
HSL color Cylindrical-coordinate representation of color #72C355: hue angle of 104.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72C355 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 85 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.24 |
| HSL | 104.18º | 0.48% | 0.55% | - |
| HSV(B) | 104.18º | 0.56% | 0.76% | - |
| XYZ | 28.09 | 43.26 | 15.46 | - |
| YUV | 158.24 | 86.66 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 85 | 0.42 | 0 | 0.56 | 0.24 | 104.18 | 0.48 | 0.55 |
| Hex | 72 | C3 | 55 | 2A | 0 | 38 | 18 | 68 | 30 | 37 |
| Octal | 162 | 303 | 125 | 52 | 0 | 70 | 30 | 150 | 60 | 67 |
| Binary | 1110010 | 11000011 | 1010101 | 101010 | 0 | 111000 | 11000 | 1101000 | 110000 | 110111 |
Color Harmonies of #72C355
Complementary color
Monochromatic Colors of #72C355
Black with #72C355
Text Example
Text Example
White with #72C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C355; }
p { color: rgb(114,195,85); }
H1.HeaderClassName
{
color: #72C355;
}
.AnyTagClassName
{
color: #72C355;
}
</style>
background-color css
<style>
a { background-color: #72C355; }
a { background-color: rgb(114,195,85); }
div.DivClassName
{
background-color: #72C355;
}
.BgClassName
{
background-color: #72C355;
}
</style>
border-color css
<style>
span { border-color: #72C355; }
span { border-color: rgb(114,195,85); }
td.TdClassName
{
border-color: #72C355;
}
.TagClassName
{
border-color: #72C355;
}
</style>