Shades of Light Green #90F875
Tints of Light Green #90F875
RGB
CMYK
RGB Variations
Color information
#90F875 (or 0x90F875) is known color: Light Green. HEX triplet: 90, F8 and 75. RGB value is (144,248,117). Sum of RGB (Red+Green+Blue) = 144+248+117=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #90F875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F875 is #6F078A. Grayscale: #CACACA. Windows color (decimal): -7276427 or 7731344. OLE color: 7731344.
HSL color Cylindrical-coordinate representation of color #90F875: hue angle of 107.63º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90F875 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 248 | 117 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.03 |
| HSL | 107.63º | 0.9% | 0.72% | - |
| HSV(B) | 107.63º | 0.53% | 0.97% | - |
| XYZ | 48.28 | 74.35 | 28.64 | - |
| YUV | 201.97 | 80.04 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 248 | 117 | 0.42 | 0 | 0.53 | 0.03 | 107.63 | 0.9 | 0.72 |
| Hex | 90 | F8 | 75 | 2A | 0 | 35 | 3 | 6C | 5A | 48 |
| Octal | 220 | 370 | 165 | 52 | 0 | 65 | 3 | 154 | 132 | 110 |
| Binary | 10010000 | 11111000 | 1110101 | 101010 | 0 | 110101 | 11 | 1101100 | 1011010 | 1001000 |
Color Harmonies of #90F875
Complementary color
Monochromatic Colors of #90F875
Black with #90F875
Text Example
Text Example
White with #90F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F875; }
p { color: rgb(144,248,117); }
H1.HeaderClassName
{
color: #90F875;
}
.AnyTagClassName
{
color: #90F875;
}
</style>
background-color css
<style>
a { background-color: #90F875; }
a { background-color: rgb(144,248,117); }
div.DivClassName
{
background-color: #90F875;
}
.BgClassName
{
background-color: #90F875;
}
</style>
border-color css
<style>
span { border-color: #90F875; }
span { border-color: rgb(144,248,117); }
td.TdClassName
{
border-color: #90F875;
}
.TagClassName
{
border-color: #90F875;
}
</style>