Shades of Mantis #73CF61
Tints of Mantis #73CF61
RGB
CMYK
RGB Variations
Color information
#73CF61 (or 0x73CF61) is known color: Mantis. HEX triplet: 73, CF and 61. RGB value is (115,207,97). Sum of RGB (Red+Green+Blue) = 115+207+97=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CF61 is #8C309E. Grayscale: #A7A7A7. Windows color (decimal): -9187487 or 6410099. OLE color: 6410099.
HSL color Cylindrical-coordinate representation of color #73CF61: hue angle of 110.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73CF61 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 97 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.19 |
| HSL | 110.18º | 0.53% | 0.6% | - |
| HSV(B) | 110.18º | 0.53% | 0.81% | - |
| XYZ | 31.54 | 49.13 | 19.13 | - |
| YUV | 166.95 | 88.52 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 97 | 0.44 | 0 | 0.53 | 0.19 | 110.18 | 0.53 | 0.6 |
| Hex | 73 | CF | 61 | 2C | 0 | 35 | 13 | 6E | 35 | 3C |
| Octal | 163 | 317 | 141 | 54 | 0 | 65 | 23 | 156 | 65 | 74 |
| Binary | 1110011 | 11001111 | 1100001 | 101100 | 0 | 110101 | 10011 | 1101110 | 110101 | 111100 |
Color Harmonies of #73CF61
Complementary color
Monochromatic Colors of #73CF61
Black with #73CF61
Text Example
Text Example
White with #73CF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CF61; }
p { color: rgb(115,207,97); }
H1.HeaderClassName
{
color: #73CF61;
}
.AnyTagClassName
{
color: #73CF61;
}
</style>
background-color css
<style>
a { background-color: #73CF61; }
a { background-color: rgb(115,207,97); }
div.DivClassName
{
background-color: #73CF61;
}
.BgClassName
{
background-color: #73CF61;
}
</style>
border-color css
<style>
span { border-color: #73CF61; }
span { border-color: rgb(115,207,97); }
td.TdClassName
{
border-color: #73CF61;
}
.TagClassName
{
border-color: #73CF61;
}
</style>