Shades of Lawn Green #75E91C
Tints of Lawn Green #75E91C
RGB
CMYK
RGB Variations
Color information
#75E91C (or 0x75E91C) is known color: Lawn Green. HEX triplet: 75, E9 and 1C. RGB value is (117,233,28). Sum of RGB (Red+Green+Blue) = 117+233+28=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 233 (91.41% from 255 or 61.64% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 233 - color contains mainly: green. Hex color #75E91C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E91C is #8A16E3. Grayscale: #AFAFAF. Windows color (decimal): -9049828 or 1894773. OLE color: 1894773.
HSL color Cylindrical-coordinate representation of color #75E91C: hue angle of 93.95º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75E91C is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 233 | 28 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.09 |
| HSL | 93.95º | 0.82% | 0.51% | - |
| HSV(B) | 93.95º | 0.88% | 0.91% | - |
| XYZ | 36.68 | 62.14 | 11.16 | - |
| YUV | 174.95 | 45.07 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 233 | 28 | 0.50 | 0 | 0.88 | 0.09 | 93.95 | 0.82 | 0.51 |
| Hex | 75 | E9 | 1C | 32 | 0 | 58 | 9 | 5E | 52 | 33 |
| Octal | 165 | 351 | 34 | 62 | 0 | 130 | 11 | 136 | 122 | 63 |
| Binary | 1110101 | 11101001 | 11100 | 110010 | 0 | 1011000 | 1001 | 1011110 | 1010010 | 110011 |
Color Harmonies of #75E91C
Complementary color
Monochromatic Colors of #75E91C
Black with #75E91C
Text Example
Text Example
White with #75E91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E91C; }
p { color: rgb(117,233,28); }
H1.HeaderClassName
{
color: #75E91C;
}
.AnyTagClassName
{
color: #75E91C;
}
</style>
background-color css
<style>
a { background-color: #75E91C; }
a { background-color: rgb(117,233,28); }
div.DivClassName
{
background-color: #75E91C;
}
.BgClassName
{
background-color: #75E91C;
}
</style>
border-color css
<style>
span { border-color: #75E91C; }
span { border-color: rgb(117,233,28); }
td.TdClassName
{
border-color: #75E91C;
}
.TagClassName
{
border-color: #75E91C;
}
</style>