Shades of Lawn Green #73D70B
Tints of Lawn Green #73D70B
RGB
CMYK
RGB Variations
Color information
#73D70B (or 0x73D70B) is known color: Lawn Green. HEX triplet: 73, D7 and 0B. RGB value is (115,215,11). Sum of RGB (Red+Green+Blue) = 115+215+11=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #73D70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D70B is #8C28F4. Grayscale: #A2A2A2. Windows color (decimal): -9185525 or 776051. OLE color: 776051.
HSL color Cylindrical-coordinate representation of color #73D70B: hue angle of 89.41º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73D70B is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 11 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.16 |
| HSL | 89.41º | 0.9% | 0.44% | - |
| HSV(B) | 89.41º | 0.95% | 0.84% | - |
| XYZ | 31.43 | 52.27 | 8.75 | - |
| YUV | 161.84 | 42.87 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 11 | 0.47 | 0 | 0.95 | 0.16 | 89.41 | 0.9 | 0.44 |
| Hex | 73 | D7 | B | 2F | 0 | 5F | 10 | 59 | 5A | 2C |
| Octal | 163 | 327 | 13 | 57 | 0 | 137 | 20 | 131 | 132 | 54 |
| Binary | 1110011 | 11010111 | 1011 | 101111 | 0 | 1011111 | 10000 | 1011001 | 1011010 | 101100 |
Color Harmonies of #73D70B
Complementary color
Monochromatic Colors of #73D70B
Black with #73D70B
Text Example
Text Example
White with #73D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D70B; }
p { color: rgb(115,215,11); }
H1.HeaderClassName
{
color: #73D70B;
}
.AnyTagClassName
{
color: #73D70B;
}
</style>
background-color css
<style>
a { background-color: #73D70B; }
a { background-color: rgb(115,215,11); }
div.DivClassName
{
background-color: #73D70B;
}
.BgClassName
{
background-color: #73D70B;
}
</style>
border-color css
<style>
span { border-color: #73D70B; }
span { border-color: rgb(115,215,11); }
td.TdClassName
{
border-color: #73D70B;
}
.TagClassName
{
border-color: #73D70B;
}
</style>