Shades of Lawn Green #75D60C
Tints of Lawn Green #75D60C
RGB
CMYK
RGB Variations
Color information
#75D60C (or 0x75D60C) is known color: Lawn Green. HEX triplet: 75, D6 and 0C. RGB value is (117,214,12). Sum of RGB (Red+Green+Blue) = 117+214+12=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 214 (83.98% from 255 or 62.39% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 214 - color contains mainly: green. Hex color #75D60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D60C is #8A29F3. Grayscale: #A2A2A2. Windows color (decimal): -9054708 or 841333. OLE color: 841333.
HSL color Cylindrical-coordinate representation of color #75D60C: hue angle of 88.81º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75D60C is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 12 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.16 |
| HSL | 88.81º | 0.89% | 0.44% | - |
| HSV(B) | 88.81º | 0.94% | 0.84% | - |
| XYZ | 31.45 | 51.9 | 8.71 | - |
| YUV | 161.97 | 43.36 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 12 | 0.45 | 0 | 0.94 | 0.16 | 88.81 | 0.89 | 0.44 |
| Hex | 75 | D6 | C | 2D | 0 | 5E | 10 | 59 | 59 | 2C |
| Octal | 165 | 326 | 14 | 55 | 0 | 136 | 20 | 131 | 131 | 54 |
| Binary | 1110101 | 11010110 | 1100 | 101101 | 0 | 1011110 | 10000 | 1011001 | 1011001 | 101100 |
Color Harmonies of #75D60C
Complementary color
Monochromatic Colors of #75D60C
Black with #75D60C
Text Example
Text Example
White with #75D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D60C; }
p { color: rgb(117,214,12); }
H1.HeaderClassName
{
color: #75D60C;
}
.AnyTagClassName
{
color: #75D60C;
}
</style>
background-color css
<style>
a { background-color: #75D60C; }
a { background-color: rgb(117,214,12); }
div.DivClassName
{
background-color: #75D60C;
}
.BgClassName
{
background-color: #75D60C;
}
</style>
border-color css
<style>
span { border-color: #75D60C; }
span { border-color: rgb(117,214,12); }
td.TdClassName
{
border-color: #75D60C;
}
.TagClassName
{
border-color: #75D60C;
}
</style>