Shades of Lawn Green #75D805
Tints of Lawn Green #75D805
RGB
CMYK
RGB Variations
Color information
#75D805 (or 0x75D805) is known color: Lawn Green. HEX triplet: 75, D8 and 05. RGB value is (117,216,5). Sum of RGB (Red+Green+Blue) = 117+216+5=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 216 (84.77% from 255 or 63.91% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 216 - color contains mainly: green. Hex color #75D805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D805 is #8A27FA. Grayscale: #A3A3A3. Windows color (decimal): -9054203 or 383093. OLE color: 383093.
HSL color Cylindrical-coordinate representation of color #75D805: hue angle of 88.15º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75D805 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 5 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.15 |
| HSL | 88.15º | 0.95% | 0.43% | - |
| HSV(B) | 88.15º | 0.98% | 0.85% | - |
| XYZ | 31.92 | 52.9 | 8.67 | - |
| YUV | 162.35 | 39.2 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 5 | 0.46 | 0 | 0.98 | 0.15 | 88.15 | 0.95 | 0.43 |
| Hex | 75 | D8 | 5 | 2E | 0 | 62 | F | 58 | 5F | 2B |
| Octal | 165 | 330 | 5 | 56 | 0 | 142 | 17 | 130 | 137 | 53 |
| Binary | 1110101 | 11011000 | 101 | 101110 | 0 | 1100010 | 1111 | 1011000 | 1011111 | 101011 |
Color Harmonies of #75D805
Complementary color
Monochromatic Colors of #75D805
Black with #75D805
Text Example
Text Example
White with #75D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D805; }
p { color: rgb(117,216,5); }
H1.HeaderClassName
{
color: #75D805;
}
.AnyTagClassName
{
color: #75D805;
}
</style>
background-color css
<style>
a { background-color: #75D805; }
a { background-color: rgb(117,216,5); }
div.DivClassName
{
background-color: #75D805;
}
.BgClassName
{
background-color: #75D805;
}
</style>
border-color css
<style>
span { border-color: #75D805; }
span { border-color: rgb(117,216,5); }
td.TdClassName
{
border-color: #75D805;
}
.TagClassName
{
border-color: #75D805;
}
</style>