Shades of Chartreuse #90FF1B
Tints of Chartreuse #90FF1B
RGB
CMYK
RGB Variations
Color information
#90FF1B (or 0x90FF1B) is known color: Chartreuse. HEX triplet: 90, FF and 1B. RGB value is (144,255,27). Sum of RGB (Red+Green+Blue) = 144+255+27=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #90FF1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90FF1B is #6F00E4. Grayscale: #C4C4C4. Windows color (decimal): -7274725 or 1834896. OLE color: 1834896.
HSL color Cylindrical-coordinate representation of color #90FF1B: hue angle of 89.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90FF1B is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 27 | - |
| CMYK | 0.44 | 0 | 0.89 | 0 |
| HSL | 89.21º | 1% | 0.55% | - |
| HSV(B) | 89.21º | 0.89% | 1% | - |
| XYZ | 47.46 | 77.53 | 13.5 | - |
| YUV | 195.82 | 32.73 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 27 | 0.44 | 0 | 0.89 | 0 | 89.21 | 1 | 0.55 |
| Hex | 90 | FF | 1B | 2C | 0 | 59 | 0 | 59 | 64 | 37 |
| Octal | 220 | 377 | 33 | 54 | 0 | 131 | 0 | 131 | 144 | 67 |
| Binary | 10010000 | 11111111 | 11011 | 101100 | 0 | 1011001 | 0 | 1011001 | 1100100 | 110111 |
Color Harmonies of #90FF1B
Complementary color
Monochromatic Colors of #90FF1B
Black with #90FF1B
Text Example
Text Example
White with #90FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FF1B; }
p { color: rgb(144,255,27); }
H1.HeaderClassName
{
color: #90FF1B;
}
.AnyTagClassName
{
color: #90FF1B;
}
</style>
background-color css
<style>
a { background-color: #90FF1B; }
a { background-color: rgb(144,255,27); }
div.DivClassName
{
background-color: #90FF1B;
}
.BgClassName
{
background-color: #90FF1B;
}
</style>
border-color css
<style>
span { border-color: #90FF1B; }
span { border-color: rgb(144,255,27); }
td.TdClassName
{
border-color: #90FF1B;
}
.TagClassName
{
border-color: #90FF1B;
}
</style>