Shades of Chartreuse #91FC0E
Tints of Chartreuse #91FC0E
RGB
CMYK
RGB Variations
Color information
#91FC0E (or 0x91FC0E) is known color: Chartreuse. HEX triplet: 91, FC and 0E. RGB value is (145,252,14). Sum of RGB (Red+Green+Blue) = 145+252+14=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 252 (98.83% from 255 or 61.31% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 252 - color contains mainly: green. Hex color #91FC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91FC0E is #6E03F1. Grayscale: #C1C1C1. Windows color (decimal): -7209970 or 982161. OLE color: 982161.
HSL color Cylindrical-coordinate representation of color #91FC0E: hue angle of 86.97º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91FC0E is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 252 | 14 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.01 |
| HSL | 86.97º | 0.98% | 0.52% | - |
| HSV(B) | 86.97º | 0.94% | 0.99% | - |
| XYZ | 46.57 | 75.67 | 12.57 | - |
| YUV | 192.88 | 27.05 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 252 | 14 | 0.42 | 0 | 0.94 | 0.01 | 86.97 | 0.98 | 0.52 |
| Hex | 91 | FC | E | 2A | 0 | 5E | 1 | 57 | 62 | 34 |
| Octal | 221 | 374 | 16 | 52 | 0 | 136 | 1 | 127 | 142 | 64 |
| Binary | 10010001 | 11111100 | 1110 | 101010 | 0 | 1011110 | 1 | 1010111 | 1100010 | 110100 |
Color Harmonies of #91FC0E
Complementary color
Monochromatic Colors of #91FC0E
Black with #91FC0E
Text Example
Text Example
White with #91FC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FC0E; }
p { color: rgb(145,252,14); }
H1.HeaderClassName
{
color: #91FC0E;
}
.AnyTagClassName
{
color: #91FC0E;
}
</style>
background-color css
<style>
a { background-color: #91FC0E; }
a { background-color: rgb(145,252,14); }
div.DivClassName
{
background-color: #91FC0E;
}
.BgClassName
{
background-color: #91FC0E;
}
</style>
border-color css
<style>
span { border-color: #91FC0E; }
span { border-color: rgb(145,252,14); }
td.TdClassName
{
border-color: #91FC0E;
}
.TagClassName
{
border-color: #91FC0E;
}
</style>