Shades of Lawn Green #75DF1C
Tints of Lawn Green #75DF1C
RGB
CMYK
RGB Variations
Color information
#75DF1C (or 0x75DF1C) is known color: Lawn Green. HEX triplet: 75, DF and 1C. RGB value is (117,223,28). Sum of RGB (Red+Green+Blue) = 117+223+28=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 223 (87.5% from 255 or 60.60% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DF1C is #8A20E3. Grayscale: #A9A9A9. Windows color (decimal): -9052388 or 1892213. OLE color: 1892213.
HSL color Cylindrical-coordinate representation of color #75DF1C: hue angle of 92.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75DF1C is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 28 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.13 |
| HSL | 92.62º | 0.78% | 0.49% | - |
| HSV(B) | 92.62º | 0.87% | 0.87% | - |
| XYZ | 33.93 | 56.64 | 10.24 | - |
| YUV | 169.08 | 48.38 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 28 | 0.48 | 0 | 0.87 | 0.13 | 92.62 | 0.78 | 0.49 |
| Hex | 75 | DF | 1C | 30 | 0 | 57 | D | 5D | 4E | 31 |
| Octal | 165 | 337 | 34 | 60 | 0 | 127 | 15 | 135 | 116 | 61 |
| Binary | 1110101 | 11011111 | 11100 | 110000 | 0 | 1010111 | 1101 | 1011101 | 1001110 | 110001 |
Color Harmonies of #75DF1C
Complementary color
Monochromatic Colors of #75DF1C
Black with #75DF1C
Text Example
Text Example
White with #75DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DF1C; }
p { color: rgb(117,223,28); }
H1.HeaderClassName
{
color: #75DF1C;
}
.AnyTagClassName
{
color: #75DF1C;
}
</style>
background-color css
<style>
a { background-color: #75DF1C; }
a { background-color: rgb(117,223,28); }
div.DivClassName
{
background-color: #75DF1C;
}
.BgClassName
{
background-color: #75DF1C;
}
</style>
border-color css
<style>
span { border-color: #75DF1C; }
span { border-color: rgb(117,223,28); }
td.TdClassName
{
border-color: #75DF1C;
}
.TagClassName
{
border-color: #75DF1C;
}
</style>