Shades of Lawn Green #75DB0D
Tints of Lawn Green #75DB0D
RGB
CMYK
RGB Variations
Color information
#75DB0D (or 0x75DB0D) is known color: Lawn Green. HEX triplet: 75, DB and 0D. RGB value is (117,219,13). Sum of RGB (Red+Green+Blue) = 117+219+13=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 219 (85.94% from 255 or 62.75% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DB0D is #8A24F2. Grayscale: #A5A5A5. Windows color (decimal): -9053427 or 908149. OLE color: 908149.
HSL color Cylindrical-coordinate representation of color #75DB0D: hue angle of 89.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75DB0D is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 13 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.14 |
| HSL | 89.71º | 0.89% | 0.45% | - |
| HSV(B) | 89.71º | 0.94% | 0.86% | - |
| XYZ | 32.74 | 54.47 | 9.17 | - |
| YUV | 165.02 | 42.21 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 13 | 0.47 | 0 | 0.94 | 0.14 | 89.71 | 0.89 | 0.45 |
| Hex | 75 | DB | D | 2F | 0 | 5E | E | 5A | 59 | 2D |
| Octal | 165 | 333 | 15 | 57 | 0 | 136 | 16 | 132 | 131 | 55 |
| Binary | 1110101 | 11011011 | 1101 | 101111 | 0 | 1011110 | 1110 | 1011010 | 1011001 | 101101 |
Color Harmonies of #75DB0D
Complementary color
Monochromatic Colors of #75DB0D
Black with #75DB0D
Text Example
Text Example
White with #75DB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB0D; }
p { color: rgb(117,219,13); }
H1.HeaderClassName
{
color: #75DB0D;
}
.AnyTagClassName
{
color: #75DB0D;
}
</style>
background-color css
<style>
a { background-color: #75DB0D; }
a { background-color: rgb(117,219,13); }
div.DivClassName
{
background-color: #75DB0D;
}
.BgClassName
{
background-color: #75DB0D;
}
</style>
border-color css
<style>
span { border-color: #75DB0D; }
span { border-color: rgb(117,219,13); }
td.TdClassName
{
border-color: #75DB0D;
}
.TagClassName
{
border-color: #75DB0D;
}
</style>