Shades of Lawn Green #75D305
Tints of Lawn Green #75D305
RGB
CMYK
RGB Variations
Color information
#75D305 (or 0x75D305) is known color: Lawn Green. HEX triplet: 75, D3 and 05. RGB value is (117,211,5). Sum of RGB (Red+Green+Blue) = 117+211+5=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 211 (82.81% from 255 or 63.36% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 211 - color contains mainly: green. Hex color #75D305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D305 is #8A2CFA. Grayscale: #A0A0A0. Windows color (decimal): -9055483 or 381813. OLE color: 381813.
HSL color Cylindrical-coordinate representation of color #75D305: hue angle of 87.38º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75D305 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 211 | 5 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.17 |
| HSL | 87.38º | 0.95% | 0.42% | - |
| HSV(B) | 87.38º | 0.98% | 0.83% | - |
| XYZ | 30.66 | 50.38 | 8.25 | - |
| YUV | 159.41 | 40.86 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 5 | 0.45 | 0 | 0.98 | 0.17 | 87.38 | 0.95 | 0.42 |
| Hex | 75 | D3 | 5 | 2D | 0 | 62 | 11 | 57 | 5F | 2A |
| Octal | 165 | 323 | 5 | 55 | 0 | 142 | 21 | 127 | 137 | 52 |
| Binary | 1110101 | 11010011 | 101 | 101101 | 0 | 1100010 | 10001 | 1010111 | 1011111 | 101010 |
Color Harmonies of #75D305
Complementary color
Monochromatic Colors of #75D305
Black with #75D305
Text Example
Text Example
White with #75D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D305; }
p { color: rgb(117,211,5); }
H1.HeaderClassName
{
color: #75D305;
}
.AnyTagClassName
{
color: #75D305;
}
</style>
background-color css
<style>
a { background-color: #75D305; }
a { background-color: rgb(117,211,5); }
div.DivClassName
{
background-color: #75D305;
}
.BgClassName
{
background-color: #75D305;
}
</style>
border-color css
<style>
span { border-color: #75D305; }
span { border-color: rgb(117,211,5); }
td.TdClassName
{
border-color: #75D305;
}
.TagClassName
{
border-color: #75D305;
}
</style>