Shades of Chartreuse #91FF14
Tints of Chartreuse #91FF14
RGB
CMYK
RGB Variations
Color information
#91FF14 (or 0x91FF14) is known color: Chartreuse. HEX triplet: 91, FF and 14. RGB value is (145,255,20). Sum of RGB (Red+Green+Blue) = 145+255+20=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #91FF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91FF14 is #6E00EB. Grayscale: #C4C4C4. Windows color (decimal): -7209196 or 1376145. OLE color: 1376145.
HSL color Cylindrical-coordinate representation of color #91FF14: hue angle of 88.09º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91FF14 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 255 | 20 | - |
| CMYK | 0.43 | 0 | 0.92 | 0 |
| HSL | 88.09º | 1% | 0.54% | - |
| HSV(B) | 88.09º | 0.92% | 1% | - |
| XYZ | 47.56 | 77.59 | 13.13 | - |
| YUV | 195.32 | 29.06 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 255 | 20 | 0.43 | 0 | 0.92 | 0 | 88.09 | 1 | 0.54 |
| Hex | 91 | FF | 14 | 2B | 0 | 5C | 0 | 58 | 64 | 36 |
| Octal | 221 | 377 | 24 | 53 | 0 | 134 | 0 | 130 | 144 | 66 |
| Binary | 10010001 | 11111111 | 10100 | 101011 | 0 | 1011100 | 0 | 1011000 | 1100100 | 110110 |
Color Harmonies of #91FF14
Complementary color
Monochromatic Colors of #91FF14
Black with #91FF14
Text Example
Text Example
White with #91FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FF14; }
p { color: rgb(145,255,20); }
H1.HeaderClassName
{
color: #91FF14;
}
.AnyTagClassName
{
color: #91FF14;
}
</style>
background-color css
<style>
a { background-color: #91FF14; }
a { background-color: rgb(145,255,20); }
div.DivClassName
{
background-color: #91FF14;
}
.BgClassName
{
background-color: #91FF14;
}
</style>
border-color css
<style>
span { border-color: #91FF14; }
span { border-color: rgb(145,255,20); }
td.TdClassName
{
border-color: #91FF14;
}
.TagClassName
{
border-color: #91FF14;
}
</style>