Shades of Chartreuse #91F012
Tints of Chartreuse #91F012
RGB
CMYK
RGB Variations
Color information
#91F012 (or 0x91F012) is known color: Chartreuse. HEX triplet: 91, F0 and 12. RGB value is (145,240,18). Sum of RGB (Red+Green+Blue) = 145+240+18=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 240 (94.14% from 255 or 59.55% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 240 - color contains mainly: green. Hex color #91F012 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91F012 is #6E0FED. Grayscale: #BBBBBB. Windows color (decimal): -7213038 or 1241233. OLE color: 1241233.
HSL color Cylindrical-coordinate representation of color #91F012: hue angle of 85.68º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91F012 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 240 | 18 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.06 |
| HSL | 85.68º | 0.88% | 0.51% | - |
| HSV(B) | 85.68º | 0.93% | 0.94% | - |
| XYZ | 42.95 | 68.38 | 11.51 | - |
| YUV | 186.29 | 33.03 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 240 | 18 | 0.40 | 0 | 0.92 | 0.06 | 85.68 | 0.88 | 0.51 |
| Hex | 91 | F0 | 12 | 28 | 0 | 5C | 6 | 56 | 58 | 33 |
| Octal | 221 | 360 | 22 | 50 | 0 | 134 | 6 | 126 | 130 | 63 |
| Binary | 10010001 | 11110000 | 10010 | 101000 | 0 | 1011100 | 110 | 1010110 | 1011000 | 110011 |
Color Harmonies of #91F012
Complementary color
Monochromatic Colors of #91F012
Black with #91F012
Text Example
Text Example
White with #91F012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F012; }
p { color: rgb(145,240,18); }
H1.HeaderClassName
{
color: #91F012;
}
.AnyTagClassName
{
color: #91F012;
}
</style>
background-color css
<style>
a { background-color: #91F012; }
a { background-color: rgb(145,240,18); }
div.DivClassName
{
background-color: #91F012;
}
.BgClassName
{
background-color: #91F012;
}
</style>
border-color css
<style>
span { border-color: #91F012; }
span { border-color: rgb(145,240,18); }
td.TdClassName
{
border-color: #91F012;
}
.TagClassName
{
border-color: #91F012;
}
</style>