Shades of Lawn Green #73EA10
Tints of Lawn Green #73EA10
RGB
CMYK
RGB Variations
Color information
#73EA10 (or 0x73EA10) is known color: Lawn Green. HEX triplet: 73, EA and 10. RGB value is (115,234,16). Sum of RGB (Red+Green+Blue) = 115+234+16=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #73EA10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73EA10 is #8C15EF. Grayscale: #AEAEAE. Windows color (decimal): -9180656 or 1108595. OLE color: 1108595.
HSL color Cylindrical-coordinate representation of color #73EA10: hue angle of 92.75º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73EA10 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 16 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.08 |
| HSL | 92.75º | 0.87% | 0.49% | - |
| HSV(B) | 92.75º | 0.93% | 0.92% | - |
| XYZ | 36.59 | 62.53 | 10.63 | - |
| YUV | 173.57 | 39.08 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 16 | 0.51 | 0 | 0.93 | 0.08 | 92.75 | 0.87 | 0.49 |
| Hex | 73 | EA | 10 | 33 | 0 | 5D | 8 | 5D | 57 | 31 |
| Octal | 163 | 352 | 20 | 63 | 0 | 135 | 10 | 135 | 127 | 61 |
| Binary | 1110011 | 11101010 | 10000 | 110011 | 0 | 1011101 | 1000 | 1011101 | 1010111 | 110001 |
Color Harmonies of #73EA10
Complementary color
Monochromatic Colors of #73EA10
Black with #73EA10
Text Example
Text Example
White with #73EA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EA10; }
p { color: rgb(115,234,16); }
H1.HeaderClassName
{
color: #73EA10;
}
.AnyTagClassName
{
color: #73EA10;
}
</style>
background-color css
<style>
a { background-color: #73EA10; }
a { background-color: rgb(115,234,16); }
div.DivClassName
{
background-color: #73EA10;
}
.BgClassName
{
background-color: #73EA10;
}
</style>
border-color css
<style>
span { border-color: #73EA10; }
span { border-color: rgb(115,234,16); }
td.TdClassName
{
border-color: #73EA10;
}
.TagClassName
{
border-color: #73EA10;
}
</style>