Shades of Lawn Green #75E528
Tints of Lawn Green #75E528
RGB
CMYK
RGB Variations
Color information
#75E528 (or 0x75E528) is known color: Lawn Green. HEX triplet: 75, E5 and 28. RGB value is (117,229,40). Sum of RGB (Red+Green+Blue) = 117+229+40=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 229 (89.84% from 255 or 59.33% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 229 - color contains mainly: green. Hex color #75E528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E528 is #8A1AD7. Grayscale: #AEAEAE. Windows color (decimal): -9050840 or 2680181. OLE color: 2680181.
HSL color Cylindrical-coordinate representation of color #75E528: hue angle of 95.56º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75E528 is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 40 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.10 |
| HSL | 95.56º | 0.78% | 0.53% | - |
| HSV(B) | 95.56º | 0.83% | 0.9% | - |
| XYZ | 35.74 | 59.97 | 11.7 | - |
| YUV | 173.97 | 52.39 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 40 | 0.49 | 0 | 0.83 | 0.10 | 95.56 | 0.78 | 0.53 |
| Hex | 75 | E5 | 28 | 31 | 0 | 53 | A | 60 | 4E | 35 |
| Octal | 165 | 345 | 50 | 61 | 0 | 123 | 12 | 140 | 116 | 65 |
| Binary | 1110101 | 11100101 | 101000 | 110001 | 0 | 1010011 | 1010 | 1100000 | 1001110 | 110101 |
Color Harmonies of #75E528
Complementary color
Monochromatic Colors of #75E528
Black with #75E528
Text Example
Text Example
White with #75E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E528; }
p { color: rgb(117,229,40); }
H1.HeaderClassName
{
color: #75E528;
}
.AnyTagClassName
{
color: #75E528;
}
</style>
background-color css
<style>
a { background-color: #75E528; }
a { background-color: rgb(117,229,40); }
div.DivClassName
{
background-color: #75E528;
}
.BgClassName
{
background-color: #75E528;
}
</style>
border-color css
<style>
span { border-color: #75E528; }
span { border-color: rgb(117,229,40); }
td.TdClassName
{
border-color: #75E528;
}
.TagClassName
{
border-color: #75E528;
}
</style>