Shades of Lawn Green #75DF1A
Tints of Lawn Green #75DF1A
RGB
CMYK
RGB Variations
Color information
#75DF1A (or 0x75DF1A) is known color: Lawn Green. HEX triplet: 75, DF and 1A. RGB value is (117,223,26). Sum of RGB (Red+Green+Blue) = 117+223+26=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 223 (87.5% from 255 or 60.93% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DF1A is #8A20E5. Grayscale: #A9A9A9. Windows color (decimal): -9052390 or 1761141. OLE color: 1761141.
HSL color Cylindrical-coordinate representation of color #75DF1A: hue angle of 92.28º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75DF1A is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 26 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.13 |
| HSL | 92.28º | 0.79% | 0.49% | - |
| HSV(B) | 92.28º | 0.88% | 0.87% | - |
| XYZ | 33.91 | 56.63 | 10.12 | - |
| YUV | 168.85 | 47.38 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 26 | 0.48 | 0 | 0.88 | 0.13 | 92.28 | 0.79 | 0.49 |
| Hex | 75 | DF | 1A | 30 | 0 | 58 | D | 5C | 4F | 31 |
| Octal | 165 | 337 | 32 | 60 | 0 | 130 | 15 | 134 | 117 | 61 |
| Binary | 1110101 | 11011111 | 11010 | 110000 | 0 | 1011000 | 1101 | 1011100 | 1001111 | 110001 |
Color Harmonies of #75DF1A
Complementary color
Monochromatic Colors of #75DF1A
Black with #75DF1A
Text Example
Text Example
White with #75DF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DF1A; }
p { color: rgb(117,223,26); }
H1.HeaderClassName
{
color: #75DF1A;
}
.AnyTagClassName
{
color: #75DF1A;
}
</style>
background-color css
<style>
a { background-color: #75DF1A; }
a { background-color: rgb(117,223,26); }
div.DivClassName
{
background-color: #75DF1A;
}
.BgClassName
{
background-color: #75DF1A;
}
</style>
border-color css
<style>
span { border-color: #75DF1A; }
span { border-color: rgb(117,223,26); }
td.TdClassName
{
border-color: #75DF1A;
}
.TagClassName
{
border-color: #75DF1A;
}
</style>