Shades of Lawn Green #75D50A
Tints of Lawn Green #75D50A
RGB
CMYK
RGB Variations
Color information
#75D50A (or 0x75D50A) is known color: Lawn Green. HEX triplet: 75, D5 and 0A. RGB value is (117,213,10). Sum of RGB (Red+Green+Blue) = 117+213+10=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #75D50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D50A is #8A2AF5. Grayscale: #A1A1A1. Windows color (decimal): -9054966 or 710005. OLE color: 710005.
HSL color Cylindrical-coordinate representation of color #75D50A: hue angle of 88.37º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75D50A is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 213 | 10 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.16 |
| HSL | 88.37º | 0.91% | 0.44% | - |
| HSV(B) | 88.37º | 0.95% | 0.84% | - |
| XYZ | 31.19 | 51.39 | 8.56 | - |
| YUV | 161.15 | 42.7 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 213 | 10 | 0.45 | 0 | 0.95 | 0.16 | 88.37 | 0.91 | 0.44 |
| Hex | 75 | D5 | A | 2D | 0 | 5F | 10 | 58 | 5B | 2C |
| Octal | 165 | 325 | 12 | 55 | 0 | 137 | 20 | 130 | 133 | 54 |
| Binary | 1110101 | 11010101 | 1010 | 101101 | 0 | 1011111 | 10000 | 1011000 | 1011011 | 101100 |
Color Harmonies of #75D50A
Complementary color
Monochromatic Colors of #75D50A
Black with #75D50A
Text Example
Text Example
White with #75D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D50A; }
p { color: rgb(117,213,10); }
H1.HeaderClassName
{
color: #75D50A;
}
.AnyTagClassName
{
color: #75D50A;
}
</style>
background-color css
<style>
a { background-color: #75D50A; }
a { background-color: rgb(117,213,10); }
div.DivClassName
{
background-color: #75D50A;
}
.BgClassName
{
background-color: #75D50A;
}
</style>
border-color css
<style>
span { border-color: #75D50A; }
span { border-color: rgb(117,213,10); }
td.TdClassName
{
border-color: #75D50A;
}
.TagClassName
{
border-color: #75D50A;
}
</style>