Shades of Lawn Green #73FE10
Tints of Lawn Green #73FE10
RGB
CMYK
RGB Variations
Color information
#73FE10 (or 0x73FE10) is known color: Lawn Green. HEX triplet: 73, FE and 10. RGB value is (115,254,16). Sum of RGB (Red+Green+Blue) = 115+254+16=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 254 (99.61% from 255 or 65.97% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 254 - color contains mainly: green. Hex color #73FE10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FE10 is #8C01EF. Grayscale: #BABABA. Windows color (decimal): -9175536 or 1113715. OLE color: 1113715.
HSL color Cylindrical-coordinate representation of color #73FE10: hue angle of 95.04º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73FE10 is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 16 | - |
| CMYK | 0.55 | 0 | 0.94 | 0.00 |
| HSL | 95.04º | 0.99% | 0.53% | - |
| HSV(B) | 95.04º | 0.94% | 1% | - |
| XYZ | 42.61 | 74.57 | 12.64 | - |
| YUV | 185.31 | 32.45 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 16 | 0.55 | 0 | 0.94 | 0.00 | 95.04 | 0.99 | 0.53 |
| Hex | 73 | FE | 10 | 37 | 0 | 5E | 0 | 5F | 63 | 35 |
| Octal | 163 | 376 | 20 | 67 | 0 | 136 | 0 | 137 | 143 | 65 |
| Binary | 1110011 | 11111110 | 10000 | 110111 | 0 | 1011110 | 0 | 1011111 | 1100011 | 110101 |
Color Harmonies of #73FE10
Complementary color
Monochromatic Colors of #73FE10
Black with #73FE10
Text Example
Text Example
White with #73FE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FE10; }
p { color: rgb(115,254,16); }
H1.HeaderClassName
{
color: #73FE10;
}
.AnyTagClassName
{
color: #73FE10;
}
</style>
background-color css
<style>
a { background-color: #73FE10; }
a { background-color: rgb(115,254,16); }
div.DivClassName
{
background-color: #73FE10;
}
.BgClassName
{
background-color: #73FE10;
}
</style>
border-color css
<style>
span { border-color: #73FE10; }
span { border-color: rgb(115,254,16); }
td.TdClassName
{
border-color: #73FE10;
}
.TagClassName
{
border-color: #73FE10;
}
</style>