Shades of Lawn Green #73E70D
Tints of Lawn Green #73E70D
RGB
CMYK
RGB Variations
Color information
#73E70D (or 0x73E70D) is known color: Lawn Green. HEX triplet: 73, E7 and 0D. RGB value is (115,231,13). Sum of RGB (Red+Green+Blue) = 115+231+13=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 231 (90.62% from 255 or 64.35% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 231 - color contains mainly: green. Hex color #73E70D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73E70D is #8C18F2. Grayscale: #ACACAC. Windows color (decimal): -9181427 or 911219. OLE color: 911219.
HSL color Cylindrical-coordinate representation of color #73E70D: hue angle of 91.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73E70D is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 231 | 13 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.09 |
| HSL | 91.93º | 0.89% | 0.48% | - |
| HSV(B) | 91.93º | 0.94% | 0.91% | - |
| XYZ | 35.72 | 60.83 | 10.24 | - |
| YUV | 171.46 | 38.57 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 231 | 13 | 0.50 | 0 | 0.94 | 0.09 | 91.93 | 0.89 | 0.48 |
| Hex | 73 | E7 | D | 32 | 0 | 5E | 9 | 5C | 59 | 30 |
| Octal | 163 | 347 | 15 | 62 | 0 | 136 | 11 | 134 | 131 | 60 |
| Binary | 1110011 | 11100111 | 1101 | 110010 | 0 | 1011110 | 1001 | 1011100 | 1011001 | 110000 |
Color Harmonies of #73E70D
Complementary color
Monochromatic Colors of #73E70D
Black with #73E70D
Text Example
Text Example
White with #73E70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E70D; }
p { color: rgb(115,231,13); }
H1.HeaderClassName
{
color: #73E70D;
}
.AnyTagClassName
{
color: #73E70D;
}
</style>
background-color css
<style>
a { background-color: #73E70D; }
a { background-color: rgb(115,231,13); }
div.DivClassName
{
background-color: #73E70D;
}
.BgClassName
{
background-color: #73E70D;
}
</style>
border-color css
<style>
span { border-color: #73E70D; }
span { border-color: rgb(115,231,13); }
td.TdClassName
{
border-color: #73E70D;
}
.TagClassName
{
border-color: #73E70D;
}
</style>