Shades of Light Green #75F48E
Tints of Light Green #75F48E
RGB
CMYK
RGB Variations
Color information
#75F48E (or 0x75F48E) is known color: Light Green. HEX triplet: 75, F4 and 8E. RGB value is (117,244,142). Sum of RGB (Red+Green+Blue) = 117+244+142=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #75F48E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F48E is #8A0B71. Grayscale: #C2C2C2. Windows color (decimal): -9046898 or 9368693. OLE color: 9368693.
HSL color Cylindrical-coordinate representation of color #75F48E: hue angle of 131.81º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F48E is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 244 | 142 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.04 |
| HSL | 131.81º | 0.85% | 0.71% | - |
| HSV(B) | 131.81º | 0.52% | 0.96% | - |
| XYZ | 44.57 | 70.44 | 36.84 | - |
| YUV | 194.4 | 98.42 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 244 | 142 | 0.52 | 0 | 0.42 | 0.04 | 131.81 | 0.85 | 0.71 |
| Hex | 75 | F4 | 8E | 34 | 0 | 2A | 4 | 84 | 55 | 47 |
| Octal | 165 | 364 | 216 | 64 | 0 | 52 | 4 | 204 | 125 | 107 |
| Binary | 1110101 | 11110100 | 10001110 | 110100 | 0 | 101010 | 100 | 10000100 | 1010101 | 1000111 |
Color Harmonies of #75F48E
Complementary color
Monochromatic Colors of #75F48E
Black with #75F48E
Text Example
Text Example
White with #75F48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F48E; }
p { color: rgb(117,244,142); }
H1.HeaderClassName
{
color: #75F48E;
}
.AnyTagClassName
{
color: #75F48E;
}
</style>
background-color css
<style>
a { background-color: #75F48E; }
a { background-color: rgb(117,244,142); }
div.DivClassName
{
background-color: #75F48E;
}
.BgClassName
{
background-color: #75F48E;
}
</style>
border-color css
<style>
span { border-color: #75F48E; }
span { border-color: rgb(117,244,142); }
td.TdClassName
{
border-color: #75F48E;
}
.TagClassName
{
border-color: #75F48E;
}
</style>