Shades of Lawn Green #75D710
Tints of Lawn Green #75D710
RGB
CMYK
RGB Variations
Color information
#75D710 (or 0x75D710) is known color: Lawn Green. HEX triplet: 75, D7 and 10. RGB value is (117,215,16). Sum of RGB (Red+Green+Blue) = 117+215+16=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #75D710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D710 is #8A28EF. Grayscale: #A3A3A3. Windows color (decimal): -9054448 or 1103733. OLE color: 1103733.
HSL color Cylindrical-coordinate representation of color #75D710: hue angle of 89.55º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75D710 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 16 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.16 |
| HSL | 89.55º | 0.86% | 0.45% | - |
| HSV(B) | 89.55º | 0.93% | 0.84% | - |
| XYZ | 31.73 | 52.42 | 8.94 | - |
| YUV | 163.01 | 45.03 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 16 | 0.46 | 0 | 0.93 | 0.16 | 89.55 | 0.86 | 0.45 |
| Hex | 75 | D7 | 10 | 2E | 0 | 5D | 10 | 5A | 56 | 2D |
| Octal | 165 | 327 | 20 | 56 | 0 | 135 | 20 | 132 | 126 | 55 |
| Binary | 1110101 | 11010111 | 10000 | 101110 | 0 | 1011101 | 10000 | 1011010 | 1010110 | 101101 |
Color Harmonies of #75D710
Complementary color
Monochromatic Colors of #75D710
Black with #75D710
Text Example
Text Example
White with #75D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D710; }
p { color: rgb(117,215,16); }
H1.HeaderClassName
{
color: #75D710;
}
.AnyTagClassName
{
color: #75D710;
}
</style>
background-color css
<style>
a { background-color: #75D710; }
a { background-color: rgb(117,215,16); }
div.DivClassName
{
background-color: #75D710;
}
.BgClassName
{
background-color: #75D710;
}
</style>
border-color css
<style>
span { border-color: #75D710; }
span { border-color: rgb(117,215,16); }
td.TdClassName
{
border-color: #75D710;
}
.TagClassName
{
border-color: #75D710;
}
</style>