Shades of Lawn Green #75DC0C
Tints of Lawn Green #75DC0C
RGB
CMYK
RGB Variations
Color information
#75DC0C (or 0x75DC0C) is known color: Lawn Green. HEX triplet: 75, DC and 0C. RGB value is (117,220,12). Sum of RGB (Red+Green+Blue) = 117+220+12=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DC0C is #8A23F3. Grayscale: #A6A6A6. Windows color (decimal): -9053172 or 842869. OLE color: 842869.
HSL color Cylindrical-coordinate representation of color #75DC0C: hue angle of 89.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75DC0C is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 12 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.14 |
| HSL | 89.71º | 0.9% | 0.45% | - |
| HSV(B) | 89.71º | 0.95% | 0.86% | - |
| XYZ | 33 | 54.99 | 9.22 | - |
| YUV | 165.49 | 41.38 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 12 | 0.47 | 0 | 0.95 | 0.14 | 89.71 | 0.9 | 0.45 |
| Hex | 75 | DC | C | 2F | 0 | 5F | E | 5A | 5A | 2D |
| Octal | 165 | 334 | 14 | 57 | 0 | 137 | 16 | 132 | 132 | 55 |
| Binary | 1110101 | 11011100 | 1100 | 101111 | 0 | 1011111 | 1110 | 1011010 | 1011010 | 101101 |
Color Harmonies of #75DC0C
Complementary color
Monochromatic Colors of #75DC0C
Black with #75DC0C
Text Example
Text Example
White with #75DC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DC0C; }
p { color: rgb(117,220,12); }
H1.HeaderClassName
{
color: #75DC0C;
}
.AnyTagClassName
{
color: #75DC0C;
}
</style>
background-color css
<style>
a { background-color: #75DC0C; }
a { background-color: rgb(117,220,12); }
div.DivClassName
{
background-color: #75DC0C;
}
.BgClassName
{
background-color: #75DC0C;
}
</style>
border-color css
<style>
span { border-color: #75DC0C; }
span { border-color: rgb(117,220,12); }
td.TdClassName
{
border-color: #75DC0C;
}
.TagClassName
{
border-color: #75DC0C;
}
</style>