Shades of Lawn Green #75D712
Tints of Lawn Green #75D712
RGB
CMYK
RGB Variations
Color information
#75D712 (or 0x75D712) is known color: Lawn Green. HEX triplet: 75, D7 and 12. RGB value is (117,215,18). Sum of RGB (Red+Green+Blue) = 117+215+18=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #75D712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D712 is #8A28ED. Grayscale: #A3A3A3. Windows color (decimal): -9054446 or 1234805. OLE color: 1234805.
HSL color Cylindrical-coordinate representation of color #75D712: hue angle of 89.85º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75D712 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 18 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.16 |
| HSL | 89.85º | 0.85% | 0.46% | - |
| HSV(B) | 89.85º | 0.92% | 0.84% | - |
| XYZ | 31.75 | 52.43 | 9.02 | - |
| YUV | 163.24 | 46.03 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 18 | 0.46 | 0 | 0.92 | 0.16 | 89.85 | 0.85 | 0.46 |
| Hex | 75 | D7 | 12 | 2E | 0 | 5C | 10 | 5A | 55 | 2E |
| Octal | 165 | 327 | 22 | 56 | 0 | 134 | 20 | 132 | 125 | 56 |
| Binary | 1110101 | 11010111 | 10010 | 101110 | 0 | 1011100 | 10000 | 1011010 | 1010101 | 101110 |
Color Harmonies of #75D712
Complementary color
Monochromatic Colors of #75D712
Black with #75D712
Text Example
Text Example
White with #75D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D712; }
p { color: rgb(117,215,18); }
H1.HeaderClassName
{
color: #75D712;
}
.AnyTagClassName
{
color: #75D712;
}
</style>
background-color css
<style>
a { background-color: #75D712; }
a { background-color: rgb(117,215,18); }
div.DivClassName
{
background-color: #75D712;
}
.BgClassName
{
background-color: #75D712;
}
</style>
border-color css
<style>
span { border-color: #75D712; }
span { border-color: rgb(117,215,18); }
td.TdClassName
{
border-color: #75D712;
}
.TagClassName
{
border-color: #75D712;
}
</style>