Shades of Lawn Green #75DF23
Tints of Lawn Green #75DF23
RGB
CMYK
RGB Variations
Color information
#75DF23 (or 0x75DF23) is known color: Lawn Green. HEX triplet: 75, DF and 23. RGB value is (117,223,35). Sum of RGB (Red+Green+Blue) = 117+223+35=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DF23 is #8A20DC. Grayscale: #AAAAAA. Windows color (decimal): -9052381 or 2350965. OLE color: 2350965.
HSL color Cylindrical-coordinate representation of color #75DF23: hue angle of 93.83º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75DF23 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 35 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.13 |
| HSL | 93.83º | 0.75% | 0.51% | - |
| HSV(B) | 93.83º | 0.84% | 0.87% | - |
| XYZ | 34.03 | 56.68 | 10.74 | - |
| YUV | 169.87 | 51.88 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 35 | 0.48 | 0 | 0.84 | 0.13 | 93.83 | 0.75 | 0.51 |
| Hex | 75 | DF | 23 | 30 | 0 | 54 | D | 5E | 4B | 33 |
| Octal | 165 | 337 | 43 | 60 | 0 | 124 | 15 | 136 | 113 | 63 |
| Binary | 1110101 | 11011111 | 100011 | 110000 | 0 | 1010100 | 1101 | 1011110 | 1001011 | 110011 |
Color Harmonies of #75DF23
Complementary color
Monochromatic Colors of #75DF23
Black with #75DF23
Text Example
Text Example
White with #75DF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DF23; }
p { color: rgb(117,223,35); }
H1.HeaderClassName
{
color: #75DF23;
}
.AnyTagClassName
{
color: #75DF23;
}
</style>
background-color css
<style>
a { background-color: #75DF23; }
a { background-color: rgb(117,223,35); }
div.DivClassName
{
background-color: #75DF23;
}
.BgClassName
{
background-color: #75DF23;
}
</style>
border-color css
<style>
span { border-color: #75DF23; }
span { border-color: rgb(117,223,35); }
td.TdClassName
{
border-color: #75DF23;
}
.TagClassName
{
border-color: #75DF23;
}
</style>