Shades of Mantis #73CF52
Tints of Mantis #73CF52
RGB
CMYK
RGB Variations
Color information
#73CF52 (or 0x73CF52) is known color: Mantis. HEX triplet: 73, CF and 52. RGB value is (115,207,82). Sum of RGB (Red+Green+Blue) = 115+207+82=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CF52 is #8C30AD. Grayscale: #A5A5A5. Windows color (decimal): -9187502 or 5427059. OLE color: 5427059.
HSL color Cylindrical-coordinate representation of color #73CF52: hue angle of 104.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73CF52 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 82 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.19 |
| HSL | 104.16º | 0.57% | 0.57% | - |
| HSV(B) | 104.16º | 0.6% | 0.81% | - |
| XYZ | 30.91 | 48.88 | 15.79 | - |
| YUV | 165.24 | 81.02 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 82 | 0.44 | 0 | 0.60 | 0.19 | 104.16 | 0.57 | 0.57 |
| Hex | 73 | CF | 52 | 2C | 0 | 3C | 13 | 68 | 39 | 39 |
| Octal | 163 | 317 | 122 | 54 | 0 | 74 | 23 | 150 | 71 | 71 |
| Binary | 1110011 | 11001111 | 1010010 | 101100 | 0 | 111100 | 10011 | 1101000 | 111001 | 111001 |
Color Harmonies of #73CF52
Complementary color
Monochromatic Colors of #73CF52
Black with #73CF52
Text Example
Text Example
White with #73CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CF52; }
p { color: rgb(115,207,82); }
H1.HeaderClassName
{
color: #73CF52;
}
.AnyTagClassName
{
color: #73CF52;
}
</style>
background-color css
<style>
a { background-color: #73CF52; }
a { background-color: rgb(115,207,82); }
div.DivClassName
{
background-color: #73CF52;
}
.BgClassName
{
background-color: #73CF52;
}
</style>
border-color css
<style>
span { border-color: #73CF52; }
span { border-color: rgb(115,207,82); }
td.TdClassName
{
border-color: #73CF52;
}
.TagClassName
{
border-color: #73CF52;
}
</style>