Shades of Lawn Green #73EC06
Tints of Lawn Green #73EC06
RGB
CMYK
RGB Variations
Color information
#73EC06 (or 0x73EC06) is known color: Lawn Green. HEX triplet: 73, EC and 06. RGB value is (115,236,6). Sum of RGB (Red+Green+Blue) = 115+236+6=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 236 (92.58% from 255 or 66.11% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73EC06 is #8C13F9. Grayscale: #AEAEAE. Windows color (decimal): -9180154 or 453747. OLE color: 453747.
HSL color Cylindrical-coordinate representation of color #73EC06: hue angle of 91.57º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73EC06 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 6 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.07 |
| HSL | 91.57º | 0.95% | 0.47% | - |
| HSV(B) | 91.57º | 0.97% | 0.93% | - |
| XYZ | 37.1 | 63.65 | 10.5 | - |
| YUV | 173.6 | 33.41 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 6 | 0.51 | 0 | 0.97 | 0.07 | 91.57 | 0.95 | 0.47 |
| Hex | 73 | EC | 6 | 33 | 0 | 61 | 7 | 5C | 5F | 2F |
| Octal | 163 | 354 | 6 | 63 | 0 | 141 | 7 | 134 | 137 | 57 |
| Binary | 1110011 | 11101100 | 110 | 110011 | 0 | 1100001 | 111 | 1011100 | 1011111 | 101111 |
Color Harmonies of #73EC06
Complementary color
Monochromatic Colors of #73EC06
Black with #73EC06
Text Example
Text Example
White with #73EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC06; }
p { color: rgb(115,236,6); }
H1.HeaderClassName
{
color: #73EC06;
}
.AnyTagClassName
{
color: #73EC06;
}
</style>
background-color css
<style>
a { background-color: #73EC06; }
a { background-color: rgb(115,236,6); }
div.DivClassName
{
background-color: #73EC06;
}
.BgClassName
{
background-color: #73EC06;
}
</style>
border-color css
<style>
span { border-color: #73EC06; }
span { border-color: rgb(115,236,6); }
td.TdClassName
{
border-color: #73EC06;
}
.TagClassName
{
border-color: #73EC06;
}
</style>