Shades of Lawn Green #75D603
Tints of Lawn Green #75D603
RGB
CMYK
RGB Variations
Color information
#75D603 (or 0x75D603) is known color: Lawn Green. HEX triplet: 75, D6 and 03. RGB value is (117,214,3). Sum of RGB (Red+Green+Blue) = 117+214+3=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #75D603 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D603 is #8A29FC. Grayscale: #A1A1A1. Windows color (decimal): -9054717 or 251509. OLE color: 251509.
HSL color Cylindrical-coordinate representation of color #75D603: hue angle of 87.58º degrees, saturation: 0.97, 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 #75D603 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 3 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.16 |
| HSL | 87.58º | 0.97% | 0.43% | - |
| HSV(B) | 87.58º | 0.99% | 0.84% | - |
| XYZ | 31.4 | 51.88 | 8.45 | - |
| YUV | 160.94 | 38.86 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 3 | 0.45 | 0 | 0.99 | 0.16 | 87.58 | 0.97 | 0.43 |
| Hex | 75 | D6 | 3 | 2D | 0 | 63 | 10 | 58 | 61 | 2B |
| Octal | 165 | 326 | 3 | 55 | 0 | 143 | 20 | 130 | 141 | 53 |
| Binary | 1110101 | 11010110 | 11 | 101101 | 0 | 1100011 | 10000 | 1011000 | 1100001 | 101011 |
Color Harmonies of #75D603
Complementary color
Monochromatic Colors of #75D603
Black with #75D603
Text Example
Text Example
White with #75D603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D603; }
p { color: rgb(117,214,3); }
H1.HeaderClassName
{
color: #75D603;
}
.AnyTagClassName
{
color: #75D603;
}
</style>
background-color css
<style>
a { background-color: #75D603; }
a { background-color: rgb(117,214,3); }
div.DivClassName
{
background-color: #75D603;
}
.BgClassName
{
background-color: #75D603;
}
</style>
border-color css
<style>
span { border-color: #75D603; }
span { border-color: rgb(117,214,3); }
td.TdClassName
{
border-color: #75D603;
}
.TagClassName
{
border-color: #75D603;
}
</style>