Shades of Chartreuse #91FF12
Tints of Chartreuse #91FF12
RGB
CMYK
RGB Variations
Color information
#91FF12 (or 0x91FF12) is known color: Chartreuse. HEX triplet: 91, FF and 12. RGB value is (145,255,18). Sum of RGB (Red+Green+Blue) = 145+255+18=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #91FF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91FF12 is #6E00ED. Grayscale: #C3C3C3. Windows color (decimal): -7209198 or 1245073. OLE color: 1245073.
HSL color Cylindrical-coordinate representation of color #91FF12: hue angle of 87.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91FF12 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 255 | 18 | - |
| CMYK | 0.43 | 0 | 0.93 | 0 |
| HSL | 87.85º | 1% | 0.54% | - |
| HSV(B) | 87.85º | 0.93% | 1% | - |
| XYZ | 47.55 | 77.58 | 13.04 | - |
| YUV | 195.09 | 28.06 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 255 | 18 | 0.43 | 0 | 0.93 | 0 | 87.85 | 1 | 0.54 |
| Hex | 91 | FF | 12 | 2B | 0 | 5D | 0 | 58 | 64 | 36 |
| Octal | 221 | 377 | 22 | 53 | 0 | 135 | 0 | 130 | 144 | 66 |
| Binary | 10010001 | 11111111 | 10010 | 101011 | 0 | 1011101 | 0 | 1011000 | 1100100 | 110110 |
Color Harmonies of #91FF12
Complementary color
Monochromatic Colors of #91FF12
Black with #91FF12
Text Example
Text Example
White with #91FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FF12; }
p { color: rgb(145,255,18); }
H1.HeaderClassName
{
color: #91FF12;
}
.AnyTagClassName
{
color: #91FF12;
}
</style>
background-color css
<style>
a { background-color: #91FF12; }
a { background-color: rgb(145,255,18); }
div.DivClassName
{
background-color: #91FF12;
}
.BgClassName
{
background-color: #91FF12;
}
</style>
border-color css
<style>
span { border-color: #91FF12; }
span { border-color: rgb(145,255,18); }
td.TdClassName
{
border-color: #91FF12;
}
.TagClassName
{
border-color: #91FF12;
}
</style>