Shades of Lawn Green #75D715
Tints of Lawn Green #75D715
RGB
CMYK
RGB Variations
Color information
#75D715 (or 0x75D715) is known color: Lawn Green. HEX triplet: 75, D7 and 15. RGB value is (117,215,21). Sum of RGB (Red+Green+Blue) = 117+215+21=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 215 (84.38% from 255 or 60.91% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 215 - color contains mainly: green. Hex color #75D715 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D715 is #8A28EA. Grayscale: #A4A4A4. Windows color (decimal): -9054443 or 1431413. OLE color: 1431413.
HSL color Cylindrical-coordinate representation of color #75D715: hue angle of 90.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75D715 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 21 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.16 |
| HSL | 90.31º | 0.82% | 0.46% | - |
| HSV(B) | 90.31º | 0.9% | 0.84% | - |
| XYZ | 31.77 | 52.44 | 9.16 | - |
| YUV | 163.58 | 47.53 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 21 | 0.46 | 0 | 0.90 | 0.16 | 90.31 | 0.82 | 0.46 |
| Hex | 75 | D7 | 15 | 2E | 0 | 5A | 10 | 5A | 52 | 2E |
| Octal | 165 | 327 | 25 | 56 | 0 | 132 | 20 | 132 | 122 | 56 |
| Binary | 1110101 | 11010111 | 10101 | 101110 | 0 | 1011010 | 10000 | 1011010 | 1010010 | 101110 |
Color Harmonies of #75D715
Complementary color
Monochromatic Colors of #75D715
Black with #75D715
Text Example
Text Example
White with #75D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D715; }
p { color: rgb(117,215,21); }
H1.HeaderClassName
{
color: #75D715;
}
.AnyTagClassName
{
color: #75D715;
}
</style>
background-color css
<style>
a { background-color: #75D715; }
a { background-color: rgb(117,215,21); }
div.DivClassName
{
background-color: #75D715;
}
.BgClassName
{
background-color: #75D715;
}
</style>
border-color css
<style>
span { border-color: #75D715; }
span { border-color: rgb(117,215,21); }
td.TdClassName
{
border-color: #75D715;
}
.TagClassName
{
border-color: #75D715;
}
</style>