Shades of Lawn Green #73FF08
Tints of Lawn Green #73FF08
RGB
CMYK
RGB Variations
Color information
#73FF08 (or 0x73FF08) is known color: Lawn Green. HEX triplet: 73, FF and 08. RGB value is (115,255,8). Sum of RGB (Red+Green+Blue) = 115+255+8=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FF08 is #8C00F7. Grayscale: #B9B9B9. Windows color (decimal): -9175288 or 589683. OLE color: 589683.
HSL color Cylindrical-coordinate representation of color #73FF08: hue angle of 94.01º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73FF08 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 8 | - |
| CMYK | 0.55 | 0 | 0.97 | 0 |
| HSL | 94.01º | 1% | 0.52% | - |
| HSV(B) | 94.01º | 0.97% | 1% | - |
| XYZ | 42.87 | 75.18 | 12.48 | - |
| YUV | 184.98 | 28.12 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 8 | 0.55 | 0 | 0.97 | 0 | 94.01 | 1 | 0.52 |
| Hex | 73 | FF | 8 | 37 | 0 | 61 | 0 | 5E | 64 | 34 |
| Octal | 163 | 377 | 10 | 67 | 0 | 141 | 0 | 136 | 144 | 64 |
| Binary | 1110011 | 11111111 | 1000 | 110111 | 0 | 1100001 | 0 | 1011110 | 1100100 | 110100 |
Color Harmonies of #73FF08
Complementary color
Monochromatic Colors of #73FF08
Black with #73FF08
Text Example
Text Example
White with #73FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF08; }
p { color: rgb(115,255,8); }
H1.HeaderClassName
{
color: #73FF08;
}
.AnyTagClassName
{
color: #73FF08;
}
</style>
background-color css
<style>
a { background-color: #73FF08; }
a { background-color: rgb(115,255,8); }
div.DivClassName
{
background-color: #73FF08;
}
.BgClassName
{
background-color: #73FF08;
}
</style>
border-color css
<style>
span { border-color: #73FF08; }
span { border-color: rgb(115,255,8); }
td.TdClassName
{
border-color: #73FF08;
}
.TagClassName
{
border-color: #73FF08;
}
</style>