Shades of Chartreuse #90FB00
Tints of Chartreuse #90FB00
RGB
CMYK
RGB Variations
Color information
#90FB00 (or 0x90FB00) is known color: Chartreuse. HEX triplet: 90, FB and 00. RGB value is (144,251,0). Sum of RGB (Red+Green+Blue) = 144+251+0=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 251 (98.44% from 255 or 63.54% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 251 - color contains mainly: green. Hex color #90FB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90FB00 is #6F04FF. Grayscale: #BFBFBF. Windows color (decimal): -7275776 or 64400. OLE color: 64400.
HSL color Cylindrical-coordinate representation of color #90FB00: hue angle of 85.58º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90FB00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.02 |
| HSL | 85.58º | 1% | 0.49% | - |
| HSV(B) | 85.58º | 1% | 0.98% | - |
| XYZ | 46 | 74.92 | 12.04 | - |
| YUV | 190.39 | 20.55 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 0 | 0.43 | 0 | 1 | 0.02 | 85.58 | 1 | 0.49 |
| Hex | 90 | FB | 0 | 2B | 0 | 64 | 2 | 56 | 64 | 31 |
| Octal | 220 | 373 | 0 | 53 | 0 | 144 | 2 | 126 | 144 | 61 |
| Binary | 10010000 | 11111011 | 0 | 101011 | 0 | 1100100 | 10 | 1010110 | 1100100 | 110001 |
Color Harmonies of #90FB00
Complementary color
Monochromatic Colors of #90FB00
Black with #90FB00
Text Example
Text Example
White with #90FB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FB00; }
p { color: rgb(144,251,0); }
H1.HeaderClassName
{
color: #90FB00;
}
.AnyTagClassName
{
color: #90FB00;
}
</style>
background-color css
<style>
a { background-color: #90FB00; }
a { background-color: rgb(144,251,0); }
div.DivClassName
{
background-color: #90FB00;
}
.BgClassName
{
background-color: #90FB00;
}
</style>
border-color css
<style>
span { border-color: #90FB00; }
span { border-color: rgb(144,251,0); }
td.TdClassName
{
border-color: #90FB00;
}
.TagClassName
{
border-color: #90FB00;
}
</style>