Shades of Lawn Green #75D702
Tints of Lawn Green #75D702
RGB
CMYK
RGB Variations
Color information
#75D702 (or 0x75D702) is known color: Lawn Green. HEX triplet: 75, D7 and 02. RGB value is (117,215,2). Sum of RGB (Red+Green+Blue) = 117+215+2=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #75D702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D702 is #8A28FD. Grayscale: #A2A2A2. Windows color (decimal): -9054462 or 186229. OLE color: 186229.
HSL color Cylindrical-coordinate representation of color #75D702: hue angle of 87.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75D702 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 2 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.16 |
| HSL | 87.61º | 0.98% | 0.43% | - |
| HSV(B) | 87.61º | 0.99% | 0.84% | - |
| XYZ | 31.65 | 52.39 | 8.5 | - |
| YUV | 161.42 | 38.03 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 2 | 0.46 | 0 | 0.99 | 0.16 | 87.61 | 0.98 | 0.43 |
| Hex | 75 | D7 | 2 | 2E | 0 | 63 | 10 | 58 | 62 | 2B |
| Octal | 165 | 327 | 2 | 56 | 0 | 143 | 20 | 130 | 142 | 53 |
| Binary | 1110101 | 11010111 | 10 | 101110 | 0 | 1100011 | 10000 | 1011000 | 1100010 | 101011 |
Color Harmonies of #75D702
Complementary color
Monochromatic Colors of #75D702
Black with #75D702
Text Example
Text Example
White with #75D702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D702; }
p { color: rgb(117,215,2); }
H1.HeaderClassName
{
color: #75D702;
}
.AnyTagClassName
{
color: #75D702;
}
</style>
background-color css
<style>
a { background-color: #75D702; }
a { background-color: rgb(117,215,2); }
div.DivClassName
{
background-color: #75D702;
}
.BgClassName
{
background-color: #75D702;
}
</style>
border-color css
<style>
span { border-color: #75D702; }
span { border-color: rgb(117,215,2); }
td.TdClassName
{
border-color: #75D702;
}
.TagClassName
{
border-color: #75D702;
}
</style>