Shades of Lawn Green #75E526
Tints of Lawn Green #75E526
RGB
CMYK
RGB Variations
Color information
#75E526 (or 0x75E526) is known color: Lawn Green. HEX triplet: 75, E5 and 26. RGB value is (117,229,38). Sum of RGB (Red+Green+Blue) = 117+229+38=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 229 (89.84% from 255 or 59.64% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 229 - color contains mainly: green. Hex color #75E526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E526 is #8A1AD9. Grayscale: #AEAEAE. Windows color (decimal): -9050842 or 2549109. OLE color: 2549109.
HSL color Cylindrical-coordinate representation of color #75E526: hue angle of 95.18º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75E526 is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 38 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.10 |
| HSL | 95.18º | 0.79% | 0.52% | - |
| HSV(B) | 95.18º | 0.83% | 0.9% | - |
| XYZ | 35.71 | 59.96 | 11.53 | - |
| YUV | 173.74 | 51.39 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 38 | 0.49 | 0 | 0.83 | 0.10 | 95.18 | 0.79 | 0.52 |
| Hex | 75 | E5 | 26 | 31 | 0 | 53 | A | 5F | 4F | 34 |
| Octal | 165 | 345 | 46 | 61 | 0 | 123 | 12 | 137 | 117 | 64 |
| Binary | 1110101 | 11100101 | 100110 | 110001 | 0 | 1010011 | 1010 | 1011111 | 1001111 | 110100 |
Color Harmonies of #75E526
Complementary color
Monochromatic Colors of #75E526
Black with #75E526
Text Example
Text Example
White with #75E526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E526; }
p { color: rgb(117,229,38); }
H1.HeaderClassName
{
color: #75E526;
}
.AnyTagClassName
{
color: #75E526;
}
</style>
background-color css
<style>
a { background-color: #75E526; }
a { background-color: rgb(117,229,38); }
div.DivClassName
{
background-color: #75E526;
}
.BgClassName
{
background-color: #75E526;
}
</style>
border-color css
<style>
span { border-color: #75E526; }
span { border-color: rgb(117,229,38); }
td.TdClassName
{
border-color: #75E526;
}
.TagClassName
{
border-color: #75E526;
}
</style>