Shades of Mantis #73CB4B
Tints of Mantis #73CB4B
RGB
CMYK
RGB Variations
Color information
#73CB4B (or 0x73CB4B) is known color: Mantis. HEX triplet: 73, CB and 4B. RGB value is (115,203,75). Sum of RGB (Red+Green+Blue) = 115+203+75=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CB4B is #8C34B4. Grayscale: #A2A2A2. Windows color (decimal): -9188533 or 4967283. OLE color: 4967283.
HSL color Cylindrical-coordinate representation of color #73CB4B: hue angle of 101.25º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73CB4B is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 75 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.20 |
| HSL | 101.25º | 0.55% | 0.55% | - |
| HSV(B) | 101.25º | 0.63% | 0.8% | - |
| XYZ | 29.7 | 46.86 | 14.14 | - |
| YUV | 162.1 | 78.85 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 75 | 0.43 | 0 | 0.63 | 0.20 | 101.25 | 0.55 | 0.55 |
| Hex | 73 | CB | 4B | 2B | 0 | 3F | 14 | 65 | 37 | 37 |
| Octal | 163 | 313 | 113 | 53 | 0 | 77 | 24 | 145 | 67 | 67 |
| Binary | 1110011 | 11001011 | 1001011 | 101011 | 0 | 111111 | 10100 | 1100101 | 110111 | 110111 |
Color Harmonies of #73CB4B
Complementary color
Monochromatic Colors of #73CB4B
Black with #73CB4B
Text Example
Text Example
White with #73CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB4B; }
p { color: rgb(115,203,75); }
H1.HeaderClassName
{
color: #73CB4B;
}
.AnyTagClassName
{
color: #73CB4B;
}
</style>
background-color css
<style>
a { background-color: #73CB4B; }
a { background-color: rgb(115,203,75); }
div.DivClassName
{
background-color: #73CB4B;
}
.BgClassName
{
background-color: #73CB4B;
}
</style>
border-color css
<style>
span { border-color: #73CB4B; }
span { border-color: rgb(115,203,75); }
td.TdClassName
{
border-color: #73CB4B;
}
.TagClassName
{
border-color: #73CB4B;
}
</style>