Shades of Lawn Green #75DB1B
Tints of Lawn Green #75DB1B
RGB
CMYK
RGB Variations
Color information
#75DB1B (or 0x75DB1B) is known color: Lawn Green. HEX triplet: 75, DB and 1B. RGB value is (117,219,27). Sum of RGB (Red+Green+Blue) = 117+219+27=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 219 (85.94% from 255 or 60.33% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DB1B is #8A24E4. Grayscale: #A7A7A7. Windows color (decimal): -9053413 or 1825653. OLE color: 1825653.
HSL color Cylindrical-coordinate representation of color #75DB1B: hue angle of 91.88º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75DB1B is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 27 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.14 |
| HSL | 91.88º | 0.78% | 0.48% | - |
| HSV(B) | 91.88º | 0.88% | 0.86% | - |
| XYZ | 32.87 | 54.52 | 9.83 | - |
| YUV | 166.61 | 49.21 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 27 | 0.47 | 0 | 0.88 | 0.14 | 91.88 | 0.78 | 0.48 |
| Hex | 75 | DB | 1B | 2F | 0 | 58 | E | 5C | 4E | 30 |
| Octal | 165 | 333 | 33 | 57 | 0 | 130 | 16 | 134 | 116 | 60 |
| Binary | 1110101 | 11011011 | 11011 | 101111 | 0 | 1011000 | 1110 | 1011100 | 1001110 | 110000 |
Color Harmonies of #75DB1B
Complementary color
Monochromatic Colors of #75DB1B
Black with #75DB1B
Text Example
Text Example
White with #75DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB1B; }
p { color: rgb(117,219,27); }
H1.HeaderClassName
{
color: #75DB1B;
}
.AnyTagClassName
{
color: #75DB1B;
}
</style>
background-color css
<style>
a { background-color: #75DB1B; }
a { background-color: rgb(117,219,27); }
div.DivClassName
{
background-color: #75DB1B;
}
.BgClassName
{
background-color: #75DB1B;
}
</style>
border-color css
<style>
span { border-color: #75DB1B; }
span { border-color: rgb(117,219,27); }
td.TdClassName
{
border-color: #75DB1B;
}
.TagClassName
{
border-color: #75DB1B;
}
</style>