Shades of Lawn Green #75FF0A
Tints of Lawn Green #75FF0A
RGB
CMYK
RGB Variations
Color information
#75FF0A (or 0x75FF0A) is known color: Lawn Green. HEX triplet: 75, FF and 0A. RGB value is (117,255,10). Sum of RGB (Red+Green+Blue) = 117+255+10=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75FF0A is #8A00F5. Grayscale: #BABABA. Windows color (decimal): -9044214 or 720757. OLE color: 720757.
HSL color Cylindrical-coordinate representation of color #75FF0A: hue angle of 93.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75FF0A is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 10 | - |
| CMYK | 0.54 | 0 | 0.96 | 0 |
| HSL | 93.8º | 1% | 0.52% | - |
| HSV(B) | 93.8º | 0.96% | 1% | - |
| XYZ | 43.15 | 75.32 | 12.55 | - |
| YUV | 185.81 | 28.78 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 10 | 0.54 | 0 | 0.96 | 0 | 93.8 | 1 | 0.52 |
| Hex | 75 | FF | A | 36 | 0 | 60 | 0 | 5E | 64 | 34 |
| Octal | 165 | 377 | 12 | 66 | 0 | 140 | 0 | 136 | 144 | 64 |
| Binary | 1110101 | 11111111 | 1010 | 110110 | 0 | 1100000 | 0 | 1011110 | 1100100 | 110100 |
Color Harmonies of #75FF0A
Complementary color
Monochromatic Colors of #75FF0A
Black with #75FF0A
Text Example
Text Example
White with #75FF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF0A; }
p { color: rgb(117,255,10); }
H1.HeaderClassName
{
color: #75FF0A;
}
.AnyTagClassName
{
color: #75FF0A;
}
</style>
background-color css
<style>
a { background-color: #75FF0A; }
a { background-color: rgb(117,255,10); }
div.DivClassName
{
background-color: #75FF0A;
}
.BgClassName
{
background-color: #75FF0A;
}
</style>
border-color css
<style>
span { border-color: #75FF0A; }
span { border-color: rgb(117,255,10); }
td.TdClassName
{
border-color: #75FF0A;
}
.TagClassName
{
border-color: #75FF0A;
}
</style>