Shades of Chartreuse #91F812
Tints of Chartreuse #91F812
RGB
CMYK
RGB Variations
Color information
#91F812 (or 0x91F812) is known color: Chartreuse. HEX triplet: 91, F8 and 12. RGB value is (145,248,18). Sum of RGB (Red+Green+Blue) = 145+248+18=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 248 (97.27% from 255 or 60.34% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 248 - color contains mainly: green. Hex color #91F812 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91F812 is #6E07ED. Grayscale: #BFBFBF. Windows color (decimal): -7210990 or 1243281. OLE color: 1243281.
HSL color Cylindrical-coordinate representation of color #91F812: hue angle of 86.87º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91F812 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 248 | 18 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.03 |
| HSL | 86.87º | 0.94% | 0.52% | - |
| HSV(B) | 86.87º | 0.93% | 0.97% | - |
| XYZ | 45.35 | 73.2 | 12.31 | - |
| YUV | 190.98 | 30.38 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 248 | 18 | 0.42 | 0 | 0.93 | 0.03 | 86.87 | 0.94 | 0.52 |
| Hex | 91 | F8 | 12 | 2A | 0 | 5D | 3 | 57 | 5E | 34 |
| Octal | 221 | 370 | 22 | 52 | 0 | 135 | 3 | 127 | 136 | 64 |
| Binary | 10010001 | 11111000 | 10010 | 101010 | 0 | 1011101 | 11 | 1010111 | 1011110 | 110100 |
Color Harmonies of #91F812
Complementary color
Monochromatic Colors of #91F812
Black with #91F812
Text Example
Text Example
White with #91F812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F812; }
p { color: rgb(145,248,18); }
H1.HeaderClassName
{
color: #91F812;
}
.AnyTagClassName
{
color: #91F812;
}
</style>
background-color css
<style>
a { background-color: #91F812; }
a { background-color: rgb(145,248,18); }
div.DivClassName
{
background-color: #91F812;
}
.BgClassName
{
background-color: #91F812;
}
</style>
border-color css
<style>
span { border-color: #91F812; }
span { border-color: rgb(145,248,18); }
td.TdClassName
{
border-color: #91F812;
}
.TagClassName
{
border-color: #91F812;
}
</style>