Shades of Lawn Green #73E016
Tints of Lawn Green #73E016
RGB
CMYK
RGB Variations
Color information
#73E016 (or 0x73E016) is known color: Lawn Green. HEX triplet: 73, E0 and 16. RGB value is (115,224,22). Sum of RGB (Red+Green+Blue) = 115+224+22=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 224 (87.89% from 255 or 62.05% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 224 - color contains mainly: green. Hex color #73E016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73E016 is #8C1FE9. Grayscale: #A9A9A9. Windows color (decimal): -9183210 or 1499251. OLE color: 1499251.
HSL color Cylindrical-coordinate representation of color #73E016: hue angle of 92.38º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73E016 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 22 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.12 |
| HSL | 92.38º | 0.82% | 0.48% | - |
| HSV(B) | 92.38º | 0.9% | 0.88% | - |
| XYZ | 33.87 | 57.01 | 9.98 | - |
| YUV | 168.38 | 45.39 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 22 | 0.49 | 0 | 0.90 | 0.12 | 92.38 | 0.82 | 0.48 |
| Hex | 73 | E0 | 16 | 31 | 0 | 5A | C | 5C | 52 | 30 |
| Octal | 163 | 340 | 26 | 61 | 0 | 132 | 14 | 134 | 122 | 60 |
| Binary | 1110011 | 11100000 | 10110 | 110001 | 0 | 1011010 | 1100 | 1011100 | 1010010 | 110000 |
Color Harmonies of #73E016
Complementary color
Monochromatic Colors of #73E016
Black with #73E016
Text Example
Text Example
White with #73E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E016; }
p { color: rgb(115,224,22); }
H1.HeaderClassName
{
color: #73E016;
}
.AnyTagClassName
{
color: #73E016;
}
</style>
background-color css
<style>
a { background-color: #73E016; }
a { background-color: rgb(115,224,22); }
div.DivClassName
{
background-color: #73E016;
}
.BgClassName
{
background-color: #73E016;
}
</style>
border-color css
<style>
span { border-color: #73E016; }
span { border-color: rgb(115,224,22); }
td.TdClassName
{
border-color: #73E016;
}
.TagClassName
{
border-color: #73E016;
}
</style>