Shades of Mantis #73C254
Tints of Mantis #73C254
RGB
CMYK
RGB Variations
Color information
#73C254 (or 0x73C254) is known color: Mantis. HEX triplet: 73, C2 and 54. RGB value is (115,194,84). Sum of RGB (Red+Green+Blue) = 115+194+84=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #73C254 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C254 is #8C3DAB. Grayscale: #9E9E9E. Windows color (decimal): -9190828 or 5554803. OLE color: 5554803.
HSL color Cylindrical-coordinate representation of color #73C254: hue angle of 103.09º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73C254 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 194 | 84 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.24 |
| HSL | 103.09º | 0.47% | 0.55% | - |
| HSV(B) | 103.09º | 0.57% | 0.76% | - |
| XYZ | 27.96 | 42.87 | 15.19 | - |
| YUV | 157.84 | 86.33 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 84 | 0.41 | 0 | 0.57 | 0.24 | 103.09 | 0.47 | 0.55 |
| Hex | 73 | C2 | 54 | 29 | 0 | 39 | 18 | 67 | 2F | 37 |
| Octal | 163 | 302 | 124 | 51 | 0 | 71 | 30 | 147 | 57 | 67 |
| Binary | 1110011 | 11000010 | 1010100 | 101001 | 0 | 111001 | 11000 | 1100111 | 101111 | 110111 |
Color Harmonies of #73C254
Complementary color
Monochromatic Colors of #73C254
Black with #73C254
Text Example
Text Example
White with #73C254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C254; }
p { color: rgb(115,194,84); }
H1.HeaderClassName
{
color: #73C254;
}
.AnyTagClassName
{
color: #73C254;
}
</style>
background-color css
<style>
a { background-color: #73C254; }
a { background-color: rgb(115,194,84); }
div.DivClassName
{
background-color: #73C254;
}
.BgClassName
{
background-color: #73C254;
}
</style>
border-color css
<style>
span { border-color: #73C254; }
span { border-color: rgb(115,194,84); }
td.TdClassName
{
border-color: #73C254;
}
.TagClassName
{
border-color: #73C254;
}
</style>