Shades of Lawn Green #73DF1F
Tints of Lawn Green #73DF1F
RGB
CMYK
RGB Variations
Color information
#73DF1F (or 0x73DF1F) is known color: Lawn Green. HEX triplet: 73, DF and 1F. RGB value is (115,223,31). Sum of RGB (Red+Green+Blue) = 115+223+31=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DF1F is #8C20E0. Grayscale: #A9A9A9. Windows color (decimal): -9183457 or 2088819. OLE color: 2088819.
HSL color Cylindrical-coordinate representation of color #73DF1F: hue angle of 93.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73DF1F is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 31 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.13 |
| HSL | 93.75º | 0.76% | 0.5% | - |
| HSV(B) | 93.75º | 0.86% | 0.87% | - |
| XYZ | 33.71 | 56.52 | 10.43 | - |
| YUV | 168.82 | 50.22 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 31 | 0.48 | 0 | 0.86 | 0.13 | 93.75 | 0.76 | 0.5 |
| Hex | 73 | DF | 1F | 30 | 0 | 56 | D | 5E | 4C | 32 |
| Octal | 163 | 337 | 37 | 60 | 0 | 126 | 15 | 136 | 114 | 62 |
| Binary | 1110011 | 11011111 | 11111 | 110000 | 0 | 1010110 | 1101 | 1011110 | 1001100 | 110010 |
Color Harmonies of #73DF1F
Complementary color
Monochromatic Colors of #73DF1F
Black with #73DF1F
Text Example
Text Example
White with #73DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DF1F; }
p { color: rgb(115,223,31); }
H1.HeaderClassName
{
color: #73DF1F;
}
.AnyTagClassName
{
color: #73DF1F;
}
</style>
background-color css
<style>
a { background-color: #73DF1F; }
a { background-color: rgb(115,223,31); }
div.DivClassName
{
background-color: #73DF1F;
}
.BgClassName
{
background-color: #73DF1F;
}
</style>
border-color css
<style>
span { border-color: #73DF1F; }
span { border-color: rgb(115,223,31); }
td.TdClassName
{
border-color: #73DF1F;
}
.TagClassName
{
border-color: #73DF1F;
}
</style>