Shades of Mantis #73E53B
Tints of Mantis #73E53B
RGB
CMYK
RGB Variations
Color information
#73E53B (or 0x73E53B) is known color: Mantis. HEX triplet: 73, E5 and 3B. RGB value is (115,229,59). Sum of RGB (Red+Green+Blue) = 115+229+59=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 229 (89.84% from 255 or 56.82% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 229 - color contains mainly: green. Hex color #73E53B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E53B is #8C1AC4. Grayscale: #B0B0B0. Windows color (decimal): -9181893 or 3925363. OLE color: 3925363.
HSL color Cylindrical-coordinate representation of color #73E53B: hue angle of 100.24º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73E53B is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 229 | 59 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.10 |
| HSL | 100.24º | 0.77% | 0.56% | - |
| HSV(B) | 100.24º | 0.74% | 0.9% | - |
| XYZ | 35.88 | 60 | 13.83 | - |
| YUV | 175.53 | 62.23 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 229 | 59 | 0.50 | 0 | 0.74 | 0.10 | 100.24 | 0.77 | 0.56 |
| Hex | 73 | E5 | 3B | 32 | 0 | 4A | A | 64 | 4D | 38 |
| Octal | 163 | 345 | 73 | 62 | 0 | 112 | 12 | 144 | 115 | 70 |
| Binary | 1110011 | 11100101 | 111011 | 110010 | 0 | 1001010 | 1010 | 1100100 | 1001101 | 111000 |
Color Harmonies of #73E53B
Complementary color
Monochromatic Colors of #73E53B
Black with #73E53B
Text Example
Text Example
White with #73E53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E53B; }
p { color: rgb(115,229,59); }
H1.HeaderClassName
{
color: #73E53B;
}
.AnyTagClassName
{
color: #73E53B;
}
</style>
background-color css
<style>
a { background-color: #73E53B; }
a { background-color: rgb(115,229,59); }
div.DivClassName
{
background-color: #73E53B;
}
.BgClassName
{
background-color: #73E53B;
}
</style>
border-color css
<style>
span { border-color: #73E53B; }
span { border-color: rgb(115,229,59); }
td.TdClassName
{
border-color: #73E53B;
}
.TagClassName
{
border-color: #73E53B;
}
</style>