Shades of Lawn Green #75D409
Tints of Lawn Green #75D409
RGB
CMYK
RGB Variations
Color information
#75D409 (or 0x75D409) is known color: Lawn Green. HEX triplet: 75, D4 and 09. RGB value is (117,212,9). Sum of RGB (Red+Green+Blue) = 117+212+9=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 212 (83.20% from 255 or 62.72% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 212 - color contains mainly: green. Hex color #75D409 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D409 is #8A2BF6. Grayscale: #A1A1A1. Windows color (decimal): -9055223 or 644213. OLE color: 644213.
HSL color Cylindrical-coordinate representation of color #75D409: hue angle of 88.08º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75D409 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 212 | 9 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.17 |
| HSL | 88.08º | 0.92% | 0.43% | - |
| HSV(B) | 88.08º | 0.96% | 0.83% | - |
| XYZ | 30.93 | 50.89 | 8.45 | - |
| YUV | 160.45 | 42.53 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 212 | 9 | 0.45 | 0 | 0.96 | 0.17 | 88.08 | 0.92 | 0.43 |
| Hex | 75 | D4 | 9 | 2D | 0 | 60 | 11 | 58 | 5C | 2B |
| Octal | 165 | 324 | 11 | 55 | 0 | 140 | 21 | 130 | 134 | 53 |
| Binary | 1110101 | 11010100 | 1001 | 101101 | 0 | 1100000 | 10001 | 1011000 | 1011100 | 101011 |
Color Harmonies of #75D409
Complementary color
Monochromatic Colors of #75D409
Black with #75D409
Text Example
Text Example
White with #75D409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D409; }
p { color: rgb(117,212,9); }
H1.HeaderClassName
{
color: #75D409;
}
.AnyTagClassName
{
color: #75D409;
}
</style>
background-color css
<style>
a { background-color: #75D409; }
a { background-color: rgb(117,212,9); }
div.DivClassName
{
background-color: #75D409;
}
.BgClassName
{
background-color: #75D409;
}
</style>
border-color css
<style>
span { border-color: #75D409; }
span { border-color: rgb(117,212,9); }
td.TdClassName
{
border-color: #75D409;
}
.TagClassName
{
border-color: #75D409;
}
</style>