Shades of Mantis #73E054
Tints of Mantis #73E054
RGB
CMYK
RGB Variations
Color information
#73E054 (or 0x73E054) is known color: Mantis. HEX triplet: 73, E0 and 54. RGB value is (115,224,84). Sum of RGB (Red+Green+Blue) = 115+224+84=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #73E054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73E054 is #8C1FAB. Grayscale: #AFAFAF. Windows color (decimal): -9183148 or 5562483. OLE color: 5562483.
HSL color Cylindrical-coordinate representation of color #73E054: hue angle of 106.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73E054 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 84 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.12 |
| HSL | 106.71º | 0.69% | 0.6% | - |
| HSV(B) | 106.71º | 0.63% | 0.88% | - |
| XYZ | 35.33 | 57.6 | 17.64 | - |
| YUV | 175.45 | 76.39 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 84 | 0.49 | 0 | 0.62 | 0.12 | 106.71 | 0.69 | 0.6 |
| Hex | 73 | E0 | 54 | 31 | 0 | 3E | C | 6B | 45 | 3C |
| Octal | 163 | 340 | 124 | 61 | 0 | 76 | 14 | 153 | 105 | 74 |
| Binary | 1110011 | 11100000 | 1010100 | 110001 | 0 | 111110 | 1100 | 1101011 | 1000101 | 111100 |
Color Harmonies of #73E054
Complementary color
Monochromatic Colors of #73E054
Black with #73E054
Text Example
Text Example
White with #73E054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E054; }
p { color: rgb(115,224,84); }
H1.HeaderClassName
{
color: #73E054;
}
.AnyTagClassName
{
color: #73E054;
}
</style>
background-color css
<style>
a { background-color: #73E054; }
a { background-color: rgb(115,224,84); }
div.DivClassName
{
background-color: #73E054;
}
.BgClassName
{
background-color: #73E054;
}
</style>
border-color css
<style>
span { border-color: #73E054; }
span { border-color: rgb(115,224,84); }
td.TdClassName
{
border-color: #73E054;
}
.TagClassName
{
border-color: #73E054;
}
</style>