Shades of Mantis #73CA67
Tints of Mantis #73CA67
RGB
CMYK
RGB Variations
Color information
#73CA67 (or 0x73CA67) is known color: Mantis. HEX triplet: 73, CA and 67. RGB value is (115,202,103). Sum of RGB (Red+Green+Blue) = 115+202+103=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CA67 is #8C3598. Grayscale: #A5A5A5. Windows color (decimal): -9188761 or 6802035. OLE color: 6802035.
HSL color Cylindrical-coordinate representation of color #73CA67: hue angle of 112.73º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73CA67 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 202 | 103 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.21 |
| HSL | 112.73º | 0.48% | 0.6% | - |
| HSV(B) | 112.73º | 0.49% | 0.79% | - |
| XYZ | 30.64 | 46.87 | 20.26 | - |
| YUV | 164.7 | 93.18 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 103 | 0.43 | 0 | 0.49 | 0.21 | 112.73 | 0.48 | 0.6 |
| Hex | 73 | CA | 67 | 2B | 0 | 31 | 15 | 71 | 30 | 3C |
| Octal | 163 | 312 | 147 | 53 | 0 | 61 | 25 | 161 | 60 | 74 |
| Binary | 1110011 | 11001010 | 1100111 | 101011 | 0 | 110001 | 10101 | 1110001 | 110000 | 111100 |
Color Harmonies of #73CA67
Complementary color
Monochromatic Colors of #73CA67
Black with #73CA67
Text Example
Text Example
White with #73CA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CA67; }
p { color: rgb(115,202,103); }
H1.HeaderClassName
{
color: #73CA67;
}
.AnyTagClassName
{
color: #73CA67;
}
</style>
background-color css
<style>
a { background-color: #73CA67; }
a { background-color: rgb(115,202,103); }
div.DivClassName
{
background-color: #73CA67;
}
.BgClassName
{
background-color: #73CA67;
}
</style>
border-color css
<style>
span { border-color: #73CA67; }
span { border-color: rgb(115,202,103); }
td.TdClassName
{
border-color: #73CA67;
}
.TagClassName
{
border-color: #73CA67;
}
</style>