Shades of Lawn Green #75D819
Tints of Lawn Green #75D819
RGB
CMYK
RGB Variations
Color information
#75D819 (or 0x75D819) is known color: Lawn Green. HEX triplet: 75, D8 and 19. RGB value is (117,216,25). Sum of RGB (Red+Green+Blue) = 117+216+25=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #75D819 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D819 is #8A27E6. Grayscale: #A5A5A5. Windows color (decimal): -9054183 or 1693813. OLE color: 1693813.
HSL color Cylindrical-coordinate representation of color #75D819: hue angle of 91.1º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75D819 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 25 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.15 |
| HSL | 91.1º | 0.79% | 0.47% | - |
| HSV(B) | 91.1º | 0.88% | 0.85% | - |
| XYZ | 32.07 | 52.96 | 9.45 | - |
| YUV | 164.63 | 49.2 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 25 | 0.46 | 0 | 0.88 | 0.15 | 91.1 | 0.79 | 0.47 |
| Hex | 75 | D8 | 19 | 2E | 0 | 58 | F | 5B | 4F | 2F |
| Octal | 165 | 330 | 31 | 56 | 0 | 130 | 17 | 133 | 117 | 57 |
| Binary | 1110101 | 11011000 | 11001 | 101110 | 0 | 1011000 | 1111 | 1011011 | 1001111 | 101111 |
Color Harmonies of #75D819
Complementary color
Monochromatic Colors of #75D819
Black with #75D819
Text Example
Text Example
White with #75D819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D819; }
p { color: rgb(117,216,25); }
H1.HeaderClassName
{
color: #75D819;
}
.AnyTagClassName
{
color: #75D819;
}
</style>
background-color css
<style>
a { background-color: #75D819; }
a { background-color: rgb(117,216,25); }
div.DivClassName
{
background-color: #75D819;
}
.BgClassName
{
background-color: #75D819;
}
</style>
border-color css
<style>
span { border-color: #75D819; }
span { border-color: rgb(117,216,25); }
td.TdClassName
{
border-color: #75D819;
}
.TagClassName
{
border-color: #75D819;
}
</style>