Shades of Lawn Green #73E008
Tints of Lawn Green #73E008
RGB
CMYK
RGB Variations
Color information
#73E008 (or 0x73E008) is known color: Lawn Green. HEX triplet: 73, E0 and 08. RGB value is (115,224,8). Sum of RGB (Red+Green+Blue) = 115+224+8=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #73E008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73E008 is #8C1FF7. Grayscale: #A7A7A7. Windows color (decimal): -9183224 or 581747. OLE color: 581747.
HSL color Cylindrical-coordinate representation of color #73E008: hue angle of 90.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73E008 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 8 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.12 |
| HSL | 90.28º | 0.93% | 0.45% | - |
| HSV(B) | 90.28º | 0.96% | 0.88% | - |
| XYZ | 33.77 | 56.97 | 9.45 | - |
| YUV | 166.79 | 38.39 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 8 | 0.49 | 0 | 0.96 | 0.12 | 90.28 | 0.93 | 0.45 |
| Hex | 73 | E0 | 8 | 31 | 0 | 60 | C | 5A | 5D | 2D |
| Octal | 163 | 340 | 10 | 61 | 0 | 140 | 14 | 132 | 135 | 55 |
| Binary | 1110011 | 11100000 | 1000 | 110001 | 0 | 1100000 | 1100 | 1011010 | 1011101 | 101101 |
Color Harmonies of #73E008
Complementary color
Monochromatic Colors of #73E008
Black with #73E008
Text Example
Text Example
White with #73E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E008; }
p { color: rgb(115,224,8); }
H1.HeaderClassName
{
color: #73E008;
}
.AnyTagClassName
{
color: #73E008;
}
</style>
background-color css
<style>
a { background-color: #73E008; }
a { background-color: rgb(115,224,8); }
div.DivClassName
{
background-color: #73E008;
}
.BgClassName
{
background-color: #73E008;
}
</style>
border-color css
<style>
span { border-color: #73E008; }
span { border-color: rgb(115,224,8); }
td.TdClassName
{
border-color: #73E008;
}
.TagClassName
{
border-color: #73E008;
}
</style>