Shades of Lawn Green #75DB16
Tints of Lawn Green #75DB16
RGB
CMYK
RGB Variations
Color information
#75DB16 (or 0x75DB16) is known color: Lawn Green. HEX triplet: 75, DB and 16. RGB value is (117,219,22). Sum of RGB (Red+Green+Blue) = 117+219+22=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 219 (85.94% from 255 or 61.17% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DB16 is #8A24E9. Grayscale: #A6A6A6. Windows color (decimal): -9053418 or 1497973. OLE color: 1497973.
HSL color Cylindrical-coordinate representation of color #75DB16: hue angle of 91.07º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75DB16 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 22 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.14 |
| HSL | 91.07º | 0.82% | 0.47% | - |
| HSV(B) | 91.07º | 0.9% | 0.86% | - |
| XYZ | 32.81 | 54.5 | 9.55 | - |
| YUV | 166.04 | 46.71 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 22 | 0.47 | 0 | 0.90 | 0.14 | 91.07 | 0.82 | 0.47 |
| Hex | 75 | DB | 16 | 2F | 0 | 5A | E | 5B | 52 | 2F |
| Octal | 165 | 333 | 26 | 57 | 0 | 132 | 16 | 133 | 122 | 57 |
| Binary | 1110101 | 11011011 | 10110 | 101111 | 0 | 1011010 | 1110 | 1011011 | 1010010 | 101111 |
Color Harmonies of #75DB16
Complementary color
Monochromatic Colors of #75DB16
Black with #75DB16
Text Example
Text Example
White with #75DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB16; }
p { color: rgb(117,219,22); }
H1.HeaderClassName
{
color: #75DB16;
}
.AnyTagClassName
{
color: #75DB16;
}
</style>
background-color css
<style>
a { background-color: #75DB16; }
a { background-color: rgb(117,219,22); }
div.DivClassName
{
background-color: #75DB16;
}
.BgClassName
{
background-color: #75DB16;
}
</style>
border-color css
<style>
span { border-color: #75DB16; }
span { border-color: rgb(117,219,22); }
td.TdClassName
{
border-color: #75DB16;
}
.TagClassName
{
border-color: #75DB16;
}
</style>