Shades of Lawn Green #73DA08
Tints of Lawn Green #73DA08
RGB
CMYK
RGB Variations
Color information
#73DA08 (or 0x73DA08) is known color: Lawn Green. HEX triplet: 73, DA and 08. RGB value is (115,218,8). Sum of RGB (Red+Green+Blue) = 115+218+8=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #73DA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DA08 is #8C25F7. Grayscale: #A4A4A4. Windows color (decimal): -9184760 or 580211. OLE color: 580211.
HSL color Cylindrical-coordinate representation of color #73DA08: hue angle of 89.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73DA08 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 8 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.15 |
| HSL | 89.43º | 0.93% | 0.44% | - |
| HSV(B) | 89.43º | 0.96% | 0.85% | - |
| XYZ | 32.19 | 53.81 | 8.92 | - |
| YUV | 163.26 | 40.38 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 8 | 0.47 | 0 | 0.96 | 0.15 | 89.43 | 0.93 | 0.44 |
| Hex | 73 | DA | 8 | 2F | 0 | 60 | F | 59 | 5D | 2C |
| Octal | 163 | 332 | 10 | 57 | 0 | 140 | 17 | 131 | 135 | 54 |
| Binary | 1110011 | 11011010 | 1000 | 101111 | 0 | 1100000 | 1111 | 1011001 | 1011101 | 101100 |
Color Harmonies of #73DA08
Complementary color
Monochromatic Colors of #73DA08
Black with #73DA08
Text Example
Text Example
White with #73DA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DA08; }
p { color: rgb(115,218,8); }
H1.HeaderClassName
{
color: #73DA08;
}
.AnyTagClassName
{
color: #73DA08;
}
</style>
background-color css
<style>
a { background-color: #73DA08; }
a { background-color: rgb(115,218,8); }
div.DivClassName
{
background-color: #73DA08;
}
.BgClassName
{
background-color: #73DA08;
}
</style>
border-color css
<style>
span { border-color: #73DA08; }
span { border-color: rgb(115,218,8); }
td.TdClassName
{
border-color: #73DA08;
}
.TagClassName
{
border-color: #73DA08;
}
</style>