Shades of Lawn Green #75E10B
Tints of Lawn Green #75E10B
RGB
CMYK
RGB Variations
Color information
#75E10B (or 0x75E10B) is known color: Lawn Green. HEX triplet: 75, E1 and 0B. RGB value is (117,225,11). Sum of RGB (Red+Green+Blue) = 117+225+11=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 225 (88.28% from 255 or 63.74% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 225 - color contains mainly: green. Hex color #75E10B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E10B is #8A1EF4. Grayscale: #A9A9A9. Windows color (decimal): -9051893 or 778613. OLE color: 778613.
HSL color Cylindrical-coordinate representation of color #75E10B: hue angle of 90.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75E10B is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 11 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.12 |
| HSL | 90.28º | 0.91% | 0.46% | - |
| HSV(B) | 90.28º | 0.95% | 0.88% | - |
| XYZ | 34.32 | 57.66 | 9.64 | - |
| YUV | 168.31 | 39.22 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 11 | 0.48 | 0 | 0.95 | 0.12 | 90.28 | 0.91 | 0.46 |
| Hex | 75 | E1 | B | 30 | 0 | 5F | C | 5A | 5B | 2E |
| Octal | 165 | 341 | 13 | 60 | 0 | 137 | 14 | 132 | 133 | 56 |
| Binary | 1110101 | 11100001 | 1011 | 110000 | 0 | 1011111 | 1100 | 1011010 | 1011011 | 101110 |
Color Harmonies of #75E10B
Complementary color
Monochromatic Colors of #75E10B
Black with #75E10B
Text Example
Text Example
White with #75E10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E10B; }
p { color: rgb(117,225,11); }
H1.HeaderClassName
{
color: #75E10B;
}
.AnyTagClassName
{
color: #75E10B;
}
</style>
background-color css
<style>
a { background-color: #75E10B; }
a { background-color: rgb(117,225,11); }
div.DivClassName
{
background-color: #75E10B;
}
.BgClassName
{
background-color: #75E10B;
}
</style>
border-color css
<style>
span { border-color: #75E10B; }
span { border-color: rgb(117,225,11); }
td.TdClassName
{
border-color: #75E10B;
}
.TagClassName
{
border-color: #75E10B;
}
</style>