Shades of Lawn Green #75D714
Tints of Lawn Green #75D714
RGB
CMYK
RGB Variations
Color information
#75D714 (or 0x75D714) is known color: Lawn Green. HEX triplet: 75, D7 and 14. RGB value is (117,215,20). Sum of RGB (Red+Green+Blue) = 117+215+20=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #75D714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D714 is #8A28EB. Grayscale: #A4A4A4. Windows color (decimal): -9054444 or 1365877. OLE color: 1365877.
HSL color Cylindrical-coordinate representation of color #75D714: hue angle of 90.15º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75D714 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 20 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.16 |
| HSL | 90.15º | 0.83% | 0.46% | - |
| HSV(B) | 90.15º | 0.91% | 0.84% | - |
| XYZ | 31.76 | 52.43 | 9.11 | - |
| YUV | 163.47 | 47.03 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 20 | 0.46 | 0 | 0.91 | 0.16 | 90.15 | 0.83 | 0.46 |
| Hex | 75 | D7 | 14 | 2E | 0 | 5B | 10 | 5A | 53 | 2E |
| Octal | 165 | 327 | 24 | 56 | 0 | 133 | 20 | 132 | 123 | 56 |
| Binary | 1110101 | 11010111 | 10100 | 101110 | 0 | 1011011 | 10000 | 1011010 | 1010011 | 101110 |
Color Harmonies of #75D714
Complementary color
Monochromatic Colors of #75D714
Black with #75D714
Text Example
Text Example
White with #75D714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D714; }
p { color: rgb(117,215,20); }
H1.HeaderClassName
{
color: #75D714;
}
.AnyTagClassName
{
color: #75D714;
}
</style>
background-color css
<style>
a { background-color: #75D714; }
a { background-color: rgb(117,215,20); }
div.DivClassName
{
background-color: #75D714;
}
.BgClassName
{
background-color: #75D714;
}
</style>
border-color css
<style>
span { border-color: #75D714; }
span { border-color: rgb(117,215,20); }
td.TdClassName
{
border-color: #75D714;
}
.TagClassName
{
border-color: #75D714;
}
</style>