Shades of Light Green #75ED8E
Tints of Light Green #75ED8E
RGB
CMYK
RGB Variations
Color information
#75ED8E (or 0x75ED8E) is known color: Light Green. HEX triplet: 75, ED and 8E. RGB value is (117,237,142). Sum of RGB (Red+Green+Blue) = 117+237+142=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #75ED8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75ED8E is #8A1271. Grayscale: #BEBEBE. Windows color (decimal): -9048690 or 9366901. OLE color: 9366901.
HSL color Cylindrical-coordinate representation of color #75ED8E: hue angle of 132.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75ED8E is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 237 | 142 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.07 |
| HSL | 132.5º | 0.77% | 0.69% | - |
| HSV(B) | 132.5º | 0.51% | 0.93% | - |
| XYZ | 42.5 | 66.3 | 36.15 | - |
| YUV | 190.29 | 100.74 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 237 | 142 | 0.51 | 0 | 0.40 | 0.07 | 132.5 | 0.77 | 0.69 |
| Hex | 75 | ED | 8E | 33 | 0 | 28 | 7 | 84 | 4D | 45 |
| Octal | 165 | 355 | 216 | 63 | 0 | 50 | 7 | 204 | 115 | 105 |
| Binary | 1110101 | 11101101 | 10001110 | 110011 | 0 | 101000 | 111 | 10000100 | 1001101 | 1000101 |
Color Harmonies of #75ED8E
Complementary color
Monochromatic Colors of #75ED8E
Black with #75ED8E
Text Example
Text Example
White with #75ED8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ED8E; }
p { color: rgb(117,237,142); }
H1.HeaderClassName
{
color: #75ED8E;
}
.AnyTagClassName
{
color: #75ED8E;
}
</style>
background-color css
<style>
a { background-color: #75ED8E; }
a { background-color: rgb(117,237,142); }
div.DivClassName
{
background-color: #75ED8E;
}
.BgClassName
{
background-color: #75ED8E;
}
</style>
border-color css
<style>
span { border-color: #75ED8E; }
span { border-color: rgb(117,237,142); }
td.TdClassName
{
border-color: #75ED8E;
}
.TagClassName
{
border-color: #75ED8E;
}
</style>