Shades of Chartreuse #91FA1B
Tints of Chartreuse #91FA1B
RGB
CMYK
RGB Variations
Color information
#91FA1B (or 0x91FA1B) is known color: Chartreuse. HEX triplet: 91, FA and 1B. RGB value is (145,250,27). Sum of RGB (Red+Green+Blue) = 145+250+27=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #91FA1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #91FA1B is #6E05E4. Grayscale: #C1C1C1. Windows color (decimal): -7210469 or 1833617. OLE color: 1833617.
HSL color Cylindrical-coordinate representation of color #91FA1B: hue angle of 88.25º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #91FA1B is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 27 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.02 |
| HSL | 88.25º | 0.96% | 0.54% | - |
| HSV(B) | 88.25º | 0.89% | 0.98% | - |
| XYZ | 46.06 | 74.47 | 12.98 | - |
| YUV | 193.18 | 34.21 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 27 | 0.42 | 0 | 0.89 | 0.02 | 88.25 | 0.96 | 0.54 |
| Hex | 91 | FA | 1B | 2A | 0 | 59 | 2 | 58 | 60 | 36 |
| Octal | 221 | 372 | 33 | 52 | 0 | 131 | 2 | 130 | 140 | 66 |
| Binary | 10010001 | 11111010 | 11011 | 101010 | 0 | 1011001 | 10 | 1011000 | 1100000 | 110110 |
Color Harmonies of #91FA1B
Complementary color
Monochromatic Colors of #91FA1B
Black with #91FA1B
Text Example
Text Example
White with #91FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FA1B; }
p { color: rgb(145,250,27); }
H1.HeaderClassName
{
color: #91FA1B;
}
.AnyTagClassName
{
color: #91FA1B;
}
</style>
background-color css
<style>
a { background-color: #91FA1B; }
a { background-color: rgb(145,250,27); }
div.DivClassName
{
background-color: #91FA1B;
}
.BgClassName
{
background-color: #91FA1B;
}
</style>
border-color css
<style>
span { border-color: #91FA1B; }
span { border-color: rgb(145,250,27); }
td.TdClassName
{
border-color: #91FA1B;
}
.TagClassName
{
border-color: #91FA1B;
}
</style>