Shades of Lawn Green #75E50B
Tints of Lawn Green #75E50B
RGB
CMYK
RGB Variations
Color information
#75E50B (or 0x75E50B) is known color: Lawn Green. HEX triplet: 75, E5 and 0B. RGB value is (117,229,11). Sum of RGB (Red+Green+Blue) = 117+229+11=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 229 (89.84% from 255 or 64.15% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 229 - color contains mainly: green. Hex color #75E50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E50B is #8A1AF4. Grayscale: #ABABAB. Windows color (decimal): -9050869 or 779637. OLE color: 779637.
HSL color Cylindrical-coordinate representation of color #75E50B: hue angle of 90.83º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75E50B is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 11 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.10 |
| HSL | 90.83º | 0.91% | 0.47% | - |
| HSV(B) | 90.83º | 0.95% | 0.9% | - |
| XYZ | 35.42 | 59.84 | 10 | - |
| YUV | 170.66 | 37.89 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 11 | 0.49 | 0 | 0.95 | 0.10 | 90.83 | 0.91 | 0.47 |
| Hex | 75 | E5 | B | 31 | 0 | 5F | A | 5B | 5B | 2F |
| Octal | 165 | 345 | 13 | 61 | 0 | 137 | 12 | 133 | 133 | 57 |
| Binary | 1110101 | 11100101 | 1011 | 110001 | 0 | 1011111 | 1010 | 1011011 | 1011011 | 101111 |
Color Harmonies of #75E50B
Complementary color
Monochromatic Colors of #75E50B
Black with #75E50B
Text Example
Text Example
White with #75E50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E50B; }
p { color: rgb(117,229,11); }
H1.HeaderClassName
{
color: #75E50B;
}
.AnyTagClassName
{
color: #75E50B;
}
</style>
background-color css
<style>
a { background-color: #75E50B; }
a { background-color: rgb(117,229,11); }
div.DivClassName
{
background-color: #75E50B;
}
.BgClassName
{
background-color: #75E50B;
}
</style>
border-color css
<style>
span { border-color: #75E50B; }
span { border-color: rgb(117,229,11); }
td.TdClassName
{
border-color: #75E50B;
}
.TagClassName
{
border-color: #75E50B;
}
</style>