Shades of Lawn Green #75DE16
Tints of Lawn Green #75DE16
RGB
CMYK
RGB Variations
Color information
#75DE16 (or 0x75DE16) is known color: Lawn Green. HEX triplet: 75, DE and 16. RGB value is (117,222,22). Sum of RGB (Red+Green+Blue) = 117+222+22=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 222 (87.11% from 255 or 61.50% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 222 - color contains mainly: green. Hex color #75DE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DE16 is #8A21E9. Grayscale: #A8A8A8. Windows color (decimal): -9052650 or 1498741. OLE color: 1498741.
HSL color Cylindrical-coordinate representation of color #75DE16: hue angle of 91.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75DE16 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 222 | 22 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.13 |
| HSL | 91.5º | 0.82% | 0.48% | - |
| HSV(B) | 91.5º | 0.9% | 0.87% | - |
| XYZ | 33.6 | 56.08 | 9.81 | - |
| YUV | 167.81 | 45.71 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 222 | 22 | 0.47 | 0 | 0.90 | 0.13 | 91.5 | 0.82 | 0.48 |
| Hex | 75 | DE | 16 | 2F | 0 | 5A | D | 5C | 52 | 30 |
| Octal | 165 | 336 | 26 | 57 | 0 | 132 | 15 | 134 | 122 | 60 |
| Binary | 1110101 | 11011110 | 10110 | 101111 | 0 | 1011010 | 1101 | 1011100 | 1010010 | 110000 |
Color Harmonies of #75DE16
Complementary color
Monochromatic Colors of #75DE16
Black with #75DE16
Text Example
Text Example
White with #75DE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DE16; }
p { color: rgb(117,222,22); }
H1.HeaderClassName
{
color: #75DE16;
}
.AnyTagClassName
{
color: #75DE16;
}
</style>
background-color css
<style>
a { background-color: #75DE16; }
a { background-color: rgb(117,222,22); }
div.DivClassName
{
background-color: #75DE16;
}
.BgClassName
{
background-color: #75DE16;
}
</style>
border-color css
<style>
span { border-color: #75DE16; }
span { border-color: rgb(117,222,22); }
td.TdClassName
{
border-color: #75DE16;
}
.TagClassName
{
border-color: #75DE16;
}
</style>