Shades of Light Green #90FC85
Tints of Light Green #90FC85
RGB
CMYK
RGB Variations
Color information
#90FC85 (or 0x90FC85) is known color: Light Green. HEX triplet: 90, FC and 85. RGB value is (144,252,133). Sum of RGB (Red+Green+Blue) = 144+252+133=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #90FC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FC85 is #6F037A. Grayscale: #CECECE. Windows color (decimal): -7275387 or 8780944. OLE color: 8780944.
HSL color Cylindrical-coordinate representation of color #90FC85: hue angle of 114.45º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90FC85 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 133 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.01 |
| HSL | 114.45º | 0.95% | 0.75% | - |
| HSV(B) | 114.45º | 0.47% | 0.99% | - |
| XYZ | 50.55 | 77.24 | 34.44 | - |
| YUV | 206.14 | 86.72 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 133 | 0.43 | 0 | 0.47 | 0.01 | 114.45 | 0.95 | 0.75 |
| Hex | 90 | FC | 85 | 2B | 0 | 2F | 1 | 72 | 5F | 4B |
| Octal | 220 | 374 | 205 | 53 | 0 | 57 | 1 | 162 | 137 | 113 |
| Binary | 10010000 | 11111100 | 10000101 | 101011 | 0 | 101111 | 1 | 1110010 | 1011111 | 1001011 |
Color Harmonies of #90FC85
Complementary color
Monochromatic Colors of #90FC85
Black with #90FC85
Text Example
Text Example
White with #90FC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FC85; }
p { color: rgb(144,252,133); }
H1.HeaderClassName
{
color: #90FC85;
}
.AnyTagClassName
{
color: #90FC85;
}
</style>
background-color css
<style>
a { background-color: #90FC85; }
a { background-color: rgb(144,252,133); }
div.DivClassName
{
background-color: #90FC85;
}
.BgClassName
{
background-color: #90FC85;
}
</style>
border-color css
<style>
span { border-color: #90FC85; }
span { border-color: rgb(144,252,133); }
td.TdClassName
{
border-color: #90FC85;
}
.TagClassName
{
border-color: #90FC85;
}
</style>