Shades of Chartreuse #91F312
Tints of Chartreuse #91F312
RGB
CMYK
RGB Variations
Color information
#91F312 (or 0x91F312) is known color: Chartreuse. HEX triplet: 91, F3 and 12. RGB value is (145,243,18). Sum of RGB (Red+Green+Blue) = 145+243+18=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #91F312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91F312 is #6E0CED. Grayscale: #BCBCBC. Windows color (decimal): -7212270 or 1242001. OLE color: 1242001.
HSL color Cylindrical-coordinate representation of color #91F312: hue angle of 86.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91F312 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 243 | 18 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.05 |
| HSL | 86.13º | 0.9% | 0.51% | - |
| HSV(B) | 86.13º | 0.93% | 0.95% | - |
| XYZ | 43.84 | 70.16 | 11.8 | - |
| YUV | 188.05 | 32.03 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 243 | 18 | 0.40 | 0 | 0.93 | 0.05 | 86.13 | 0.9 | 0.51 |
| Hex | 91 | F3 | 12 | 28 | 0 | 5D | 5 | 56 | 5A | 33 |
| Octal | 221 | 363 | 22 | 50 | 0 | 135 | 5 | 126 | 132 | 63 |
| Binary | 10010001 | 11110011 | 10010 | 101000 | 0 | 1011101 | 101 | 1010110 | 1011010 | 110011 |
Color Harmonies of #91F312
Complementary color
Monochromatic Colors of #91F312
Black with #91F312
Text Example
Text Example
White with #91F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F312; }
p { color: rgb(145,243,18); }
H1.HeaderClassName
{
color: #91F312;
}
.AnyTagClassName
{
color: #91F312;
}
</style>
background-color css
<style>
a { background-color: #91F312; }
a { background-color: rgb(145,243,18); }
div.DivClassName
{
background-color: #91F312;
}
.BgClassName
{
background-color: #91F312;
}
</style>
border-color css
<style>
span { border-color: #91F312; }
span { border-color: rgb(145,243,18); }
td.TdClassName
{
border-color: #91F312;
}
.TagClassName
{
border-color: #91F312;
}
</style>