Shades of Lawn Green #73D615
Tints of Lawn Green #73D615
RGB
CMYK
RGB Variations
Color information
#73D615 (or 0x73D615) is known color: Lawn Green. HEX triplet: 73, D6 and 15. RGB value is (115,214,21). Sum of RGB (Red+Green+Blue) = 115+214+21=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #73D615 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D615 is #8C29EA. Grayscale: #A3A3A3. Windows color (decimal): -9185771 or 1431155. OLE color: 1431155.
HSL color Cylindrical-coordinate representation of color #73D615: hue angle of 90.78º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73D615 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 21 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.16 |
| HSL | 90.78º | 0.82% | 0.46% | - |
| HSV(B) | 90.78º | 0.9% | 0.84% | - |
| XYZ | 31.25 | 51.79 | 9.06 | - |
| YUV | 162.4 | 48.2 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 21 | 0.46 | 0 | 0.90 | 0.16 | 90.78 | 0.82 | 0.46 |
| Hex | 73 | D6 | 15 | 2E | 0 | 5A | 10 | 5B | 52 | 2E |
| Octal | 163 | 326 | 25 | 56 | 0 | 132 | 20 | 133 | 122 | 56 |
| Binary | 1110011 | 11010110 | 10101 | 101110 | 0 | 1011010 | 10000 | 1011011 | 1010010 | 101110 |
Color Harmonies of #73D615
Complementary color
Monochromatic Colors of #73D615
Black with #73D615
Text Example
Text Example
White with #73D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D615; }
p { color: rgb(115,214,21); }
H1.HeaderClassName
{
color: #73D615;
}
.AnyTagClassName
{
color: #73D615;
}
</style>
background-color css
<style>
a { background-color: #73D615; }
a { background-color: rgb(115,214,21); }
div.DivClassName
{
background-color: #73D615;
}
.BgClassName
{
background-color: #73D615;
}
</style>
border-color css
<style>
span { border-color: #73D615; }
span { border-color: rgb(115,214,21); }
td.TdClassName
{
border-color: #73D615;
}
.TagClassName
{
border-color: #73D615;
}
</style>