Shades of Light Green #75E894
Tints of Light Green #75E894
RGB
CMYK
RGB Variations
Color information
#75E894 (or 0x75E894) is known color: Light Green. HEX triplet: 75, E8 and 94. RGB value is (117,232,148). Sum of RGB (Red+Green+Blue) = 117+232+148=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #75E894 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E894 is #8A176B. Grayscale: #BCBCBC. Windows color (decimal): -9049964 or 9758837. OLE color: 9758837.
HSL color Cylindrical-coordinate representation of color #75E894: hue angle of 136.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E894 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 148 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.09 |
| HSL | 136.17º | 0.71% | 0.68% | - |
| HSV(B) | 136.17º | 0.5% | 0.91% | - |
| XYZ | 41.54 | 63.63 | 38.11 | - |
| YUV | 188.04 | 105.4 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 148 | 0.50 | 0 | 0.36 | 0.09 | 136.17 | 0.71 | 0.68 |
| Hex | 75 | E8 | 94 | 32 | 0 | 24 | 9 | 88 | 47 | 44 |
| Octal | 165 | 350 | 224 | 62 | 0 | 44 | 11 | 210 | 107 | 104 |
| Binary | 1110101 | 11101000 | 10010100 | 110010 | 0 | 100100 | 1001 | 10001000 | 1000111 | 1000100 |
Color Harmonies of #75E894
Complementary color
Monochromatic Colors of #75E894
Black with #75E894
Text Example
Text Example
White with #75E894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E894; }
p { color: rgb(117,232,148); }
H1.HeaderClassName
{
color: #75E894;
}
.AnyTagClassName
{
color: #75E894;
}
</style>
background-color css
<style>
a { background-color: #75E894; }
a { background-color: rgb(117,232,148); }
div.DivClassName
{
background-color: #75E894;
}
.BgClassName
{
background-color: #75E894;
}
</style>
border-color css
<style>
span { border-color: #75E894; }
span { border-color: rgb(117,232,148); }
td.TdClassName
{
border-color: #75E894;
}
.TagClassName
{
border-color: #75E894;
}
</style>