Shades of Lawn Green #75E10D
Tints of Lawn Green #75E10D
RGB
CMYK
RGB Variations
Color information
#75E10D (or 0x75E10D) is known color: Lawn Green. HEX triplet: 75, E1 and 0D. RGB value is (117,225,13). Sum of RGB (Red+Green+Blue) = 117+225+13=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 225 (88.28% from 255 or 63.38% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 225 - color contains mainly: green. Hex color #75E10D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E10D is #8A1EF2. Grayscale: #A9A9A9. Windows color (decimal): -9051891 or 909685. OLE color: 909685.
HSL color Cylindrical-coordinate representation of color #75E10D: hue angle of 90.57º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75E10D is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 13 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.12 |
| HSL | 90.57º | 0.89% | 0.47% | - |
| HSV(B) | 90.57º | 0.94% | 0.88% | - |
| XYZ | 34.33 | 57.66 | 9.7 | - |
| YUV | 168.54 | 40.22 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 13 | 0.48 | 0 | 0.94 | 0.12 | 90.57 | 0.89 | 0.47 |
| Hex | 75 | E1 | D | 30 | 0 | 5E | C | 5B | 59 | 2F |
| Octal | 165 | 341 | 15 | 60 | 0 | 136 | 14 | 133 | 131 | 57 |
| Binary | 1110101 | 11100001 | 1101 | 110000 | 0 | 1011110 | 1100 | 1011011 | 1011001 | 101111 |
Color Harmonies of #75E10D
Complementary color
Monochromatic Colors of #75E10D
Black with #75E10D
Text Example
Text Example
White with #75E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E10D; }
p { color: rgb(117,225,13); }
H1.HeaderClassName
{
color: #75E10D;
}
.AnyTagClassName
{
color: #75E10D;
}
</style>
background-color css
<style>
a { background-color: #75E10D; }
a { background-color: rgb(117,225,13); }
div.DivClassName
{
background-color: #75E10D;
}
.BgClassName
{
background-color: #75E10D;
}
</style>
border-color css
<style>
span { border-color: #75E10D; }
span { border-color: rgb(117,225,13); }
td.TdClassName
{
border-color: #75E10D;
}
.TagClassName
{
border-color: #75E10D;
}
</style>