Shades of Lawn Green #75E800
Tints of Lawn Green #75E800
RGB
CMYK
RGB Variations
Color information
#75E800 (or 0x75E800) is known color: Lawn Green. HEX triplet: 75, E8 and 00. RGB value is (117,232,0). Sum of RGB (Red+Green+Blue) = 117+232+0=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 232 (91.02% from 255 or 66.48% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 232 - color contains mainly: green. Hex color #75E800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75E800 is #8A17FF. Grayscale: #ABABAB. Windows color (decimal): -9050112 or 59509. OLE color: 59509.
HSL color Cylindrical-coordinate representation of color #75E800: hue angle of 89.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75E800 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.09 |
| HSL | 89.74º | 1% | 0.45% | - |
| HSV(B) | 89.74º | 1% | 0.91% | - |
| XYZ | 36.19 | 61.5 | 9.96 | - |
| YUV | 171.17 | 31.4 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 0 | 0.50 | 0 | 1 | 0.09 | 89.74 | 1 | 0.45 |
| Hex | 75 | E8 | 0 | 32 | 0 | 64 | 9 | 5A | 64 | 2D |
| Octal | 165 | 350 | 0 | 62 | 0 | 144 | 11 | 132 | 144 | 55 |
| Binary | 1110101 | 11101000 | 0 | 110010 | 0 | 1100100 | 1001 | 1011010 | 1100100 | 101101 |
Color Harmonies of #75E800
Complementary color
Monochromatic Colors of #75E800
Black with #75E800
Text Example
Text Example
White with #75E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E800; }
p { color: rgb(117,232,0); }
H1.HeaderClassName
{
color: #75E800;
}
.AnyTagClassName
{
color: #75E800;
}
</style>
background-color css
<style>
a { background-color: #75E800; }
a { background-color: rgb(117,232,0); }
div.DivClassName
{
background-color: #75E800;
}
.BgClassName
{
background-color: #75E800;
}
</style>
border-color css
<style>
span { border-color: #75E800; }
span { border-color: rgb(117,232,0); }
td.TdClassName
{
border-color: #75E800;
}
.TagClassName
{
border-color: #75E800;
}
</style>