Shades of Lawn Green #75D80C
Tints of Lawn Green #75D80C
RGB
CMYK
RGB Variations
Color information
#75D80C (or 0x75D80C) is known color: Lawn Green. HEX triplet: 75, D8 and 0C. RGB value is (117,216,12). Sum of RGB (Red+Green+Blue) = 117+216+12=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 216 (84.77% from 255 or 62.61% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 216 - color contains mainly: green. Hex color #75D80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D80C is #8A27F3. Grayscale: #A3A3A3. Windows color (decimal): -9054196 or 841845. OLE color: 841845.
HSL color Cylindrical-coordinate representation of color #75D80C: hue angle of 89.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75D80C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 12 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.15 |
| HSL | 89.12º | 0.89% | 0.45% | - |
| HSV(B) | 89.12º | 0.94% | 0.85% | - |
| XYZ | 31.96 | 52.92 | 8.88 | - |
| YUV | 163.14 | 42.7 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 12 | 0.46 | 0 | 0.94 | 0.15 | 89.12 | 0.89 | 0.45 |
| Hex | 75 | D8 | C | 2E | 0 | 5E | F | 59 | 59 | 2D |
| Octal | 165 | 330 | 14 | 56 | 0 | 136 | 17 | 131 | 131 | 55 |
| Binary | 1110101 | 11011000 | 1100 | 101110 | 0 | 1011110 | 1111 | 1011001 | 1011001 | 101101 |
Color Harmonies of #75D80C
Complementary color
Monochromatic Colors of #75D80C
Black with #75D80C
Text Example
Text Example
White with #75D80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D80C; }
p { color: rgb(117,216,12); }
H1.HeaderClassName
{
color: #75D80C;
}
.AnyTagClassName
{
color: #75D80C;
}
</style>
background-color css
<style>
a { background-color: #75D80C; }
a { background-color: rgb(117,216,12); }
div.DivClassName
{
background-color: #75D80C;
}
.BgClassName
{
background-color: #75D80C;
}
</style>
border-color css
<style>
span { border-color: #75D80C; }
span { border-color: rgb(117,216,12); }
td.TdClassName
{
border-color: #75D80C;
}
.TagClassName
{
border-color: #75D80C;
}
</style>