Shades of Lawn Green #75D403
Tints of Lawn Green #75D403
RGB
CMYK
RGB Variations
Color information
#75D403 (or 0x75D403) is known color: Lawn Green. HEX triplet: 75, D4 and 03. RGB value is (117,212,3). Sum of RGB (Red+Green+Blue) = 117+212+3=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 212 (83.20% from 255 or 63.86% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 212 - color contains mainly: green. Hex color #75D403 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D403 is #8A2BFC. Grayscale: #A0A0A0. Windows color (decimal): -9055229 or 250997. OLE color: 250997.
HSL color Cylindrical-coordinate representation of color #75D403: hue angle of 87.27º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75D403 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 212 | 3 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.17 |
| HSL | 87.27º | 0.97% | 0.42% | - |
| HSV(B) | 87.27º | 0.99% | 0.83% | - |
| XYZ | 30.9 | 50.88 | 8.28 | - |
| YUV | 159.77 | 39.53 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 212 | 3 | 0.45 | 0 | 0.99 | 0.17 | 87.27 | 0.97 | 0.42 |
| Hex | 75 | D4 | 3 | 2D | 0 | 63 | 11 | 57 | 61 | 2A |
| Octal | 165 | 324 | 3 | 55 | 0 | 143 | 21 | 127 | 141 | 52 |
| Binary | 1110101 | 11010100 | 11 | 101101 | 0 | 1100011 | 10001 | 1010111 | 1100001 | 101010 |
Color Harmonies of #75D403
Complementary color
Monochromatic Colors of #75D403
Black with #75D403
Text Example
Text Example
White with #75D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D403; }
p { color: rgb(117,212,3); }
H1.HeaderClassName
{
color: #75D403;
}
.AnyTagClassName
{
color: #75D403;
}
</style>
background-color css
<style>
a { background-color: #75D403; }
a { background-color: rgb(117,212,3); }
div.DivClassName
{
background-color: #75D403;
}
.BgClassName
{
background-color: #75D403;
}
</style>
border-color css
<style>
span { border-color: #75D403; }
span { border-color: rgb(117,212,3); }
td.TdClassName
{
border-color: #75D403;
}
.TagClassName
{
border-color: #75D403;
}
</style>