Shades of Lawn Green #73D81B
Tints of Lawn Green #73D81B
RGB
CMYK
RGB Variations
Color information
#73D81B (or 0x73D81B) is known color: Lawn Green. HEX triplet: 73, D8 and 1B. RGB value is (115,216,27). Sum of RGB (Red+Green+Blue) = 115+216+27=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #73D81B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D81B is #8C27E4. Grayscale: #A4A4A4. Windows color (decimal): -9185253 or 1824883. OLE color: 1824883.
HSL color Cylindrical-coordinate representation of color #73D81B: hue angle of 92.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73D81B is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 27 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.15 |
| HSL | 92.06º | 0.78% | 0.48% | - |
| HSV(B) | 92.06º | 0.88% | 0.85% | - |
| XYZ | 31.82 | 52.84 | 9.56 | - |
| YUV | 164.26 | 50.54 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 27 | 0.47 | 0 | 0.88 | 0.15 | 92.06 | 0.78 | 0.48 |
| Hex | 73 | D8 | 1B | 2F | 0 | 58 | F | 5C | 4E | 30 |
| Octal | 163 | 330 | 33 | 57 | 0 | 130 | 17 | 134 | 116 | 60 |
| Binary | 1110011 | 11011000 | 11011 | 101111 | 0 | 1011000 | 1111 | 1011100 | 1001110 | 110000 |
Color Harmonies of #73D81B
Complementary color
Monochromatic Colors of #73D81B
Black with #73D81B
Text Example
Text Example
White with #73D81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D81B; }
p { color: rgb(115,216,27); }
H1.HeaderClassName
{
color: #73D81B;
}
.AnyTagClassName
{
color: #73D81B;
}
</style>
background-color css
<style>
a { background-color: #73D81B; }
a { background-color: rgb(115,216,27); }
div.DivClassName
{
background-color: #73D81B;
}
.BgClassName
{
background-color: #73D81B;
}
</style>
border-color css
<style>
span { border-color: #73D81B; }
span { border-color: rgb(115,216,27); }
td.TdClassName
{
border-color: #73D81B;
}
.TagClassName
{
border-color: #73D81B;
}
</style>