Shades of Lawn Green #73E316
Tints of Lawn Green #73E316
RGB
CMYK
RGB Variations
Color information
#73E316 (or 0x73E316) is known color: Lawn Green. HEX triplet: 73, E3 and 16. RGB value is (115,227,22). Sum of RGB (Red+Green+Blue) = 115+227+22=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 227 (89.06% from 255 or 62.36% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 227 - color contains mainly: green. Hex color #73E316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73E316 is #8C1CE9. Grayscale: #AAAAAA. Windows color (decimal): -9182442 or 1500019. OLE color: 1500019.
HSL color Cylindrical-coordinate representation of color #73E316: hue angle of 92.78º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73E316 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 227 | 22 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.11 |
| HSL | 92.78º | 0.82% | 0.49% | - |
| HSV(B) | 92.78º | 0.9% | 0.89% | - |
| XYZ | 34.68 | 58.64 | 10.25 | - |
| YUV | 170.14 | 44.39 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 227 | 22 | 0.49 | 0 | 0.90 | 0.11 | 92.78 | 0.82 | 0.49 |
| Hex | 73 | E3 | 16 | 31 | 0 | 5A | B | 5D | 52 | 31 |
| Octal | 163 | 343 | 26 | 61 | 0 | 132 | 13 | 135 | 122 | 61 |
| Binary | 1110011 | 11100011 | 10110 | 110001 | 0 | 1011010 | 1011 | 1011101 | 1010010 | 110001 |
Color Harmonies of #73E316
Complementary color
Monochromatic Colors of #73E316
Black with #73E316
Text Example
Text Example
White with #73E316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E316; }
p { color: rgb(115,227,22); }
H1.HeaderClassName
{
color: #73E316;
}
.AnyTagClassName
{
color: #73E316;
}
</style>
background-color css
<style>
a { background-color: #73E316; }
a { background-color: rgb(115,227,22); }
div.DivClassName
{
background-color: #73E316;
}
.BgClassName
{
background-color: #73E316;
}
</style>
border-color css
<style>
span { border-color: #73E316; }
span { border-color: rgb(115,227,22); }
td.TdClassName
{
border-color: #73E316;
}
.TagClassName
{
border-color: #73E316;
}
</style>