Shades of Lawn Green #75D102
Tints of Lawn Green #75D102
RGB
CMYK
RGB Variations
Color information
#75D102 (or 0x75D102) is known color: Lawn Green. HEX triplet: 75, D1 and 02. RGB value is (117,209,2). Sum of RGB (Red+Green+Blue) = 117+209+2=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 209 (82.03% from 255 or 63.72% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 209 - color contains mainly: green. Hex color #75D102 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D102 is #8A2EFD. Grayscale: #9E9E9E. Windows color (decimal): -9055998 or 184693. OLE color: 184693.
HSL color Cylindrical-coordinate representation of color #75D102: hue angle of 86.67º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75D102 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 209 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.18 |
| HSL | 86.67º | 0.98% | 0.41% | - |
| HSV(B) | 86.67º | 0.99% | 0.82% | - |
| XYZ | 30.15 | 49.39 | 8 | - |
| YUV | 157.89 | 40.02 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 209 | 2 | 0.44 | 0 | 0.99 | 0.18 | 86.67 | 0.98 | 0.41 |
| Hex | 75 | D1 | 2 | 2C | 0 | 63 | 12 | 57 | 62 | 29 |
| Octal | 165 | 321 | 2 | 54 | 0 | 143 | 22 | 127 | 142 | 51 |
| Binary | 1110101 | 11010001 | 10 | 101100 | 0 | 1100011 | 10010 | 1010111 | 1100010 | 101001 |
Color Harmonies of #75D102
Complementary color
Monochromatic Colors of #75D102
Black with #75D102
Text Example
Text Example
White with #75D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D102; }
p { color: rgb(117,209,2); }
H1.HeaderClassName
{
color: #75D102;
}
.AnyTagClassName
{
color: #75D102;
}
</style>
background-color css
<style>
a { background-color: #75D102; }
a { background-color: rgb(117,209,2); }
div.DivClassName
{
background-color: #75D102;
}
.BgClassName
{
background-color: #75D102;
}
</style>
border-color css
<style>
span { border-color: #75D102; }
span { border-color: rgb(117,209,2); }
td.TdClassName
{
border-color: #75D102;
}
.TagClassName
{
border-color: #75D102;
}
</style>