Shades of Chartreuse #91FA1C
Tints of Chartreuse #91FA1C
RGB
CMYK
RGB Variations
Color information
#91FA1C (or 0x91FA1C) is known color: Chartreuse. HEX triplet: 91, FA and 1C. RGB value is (145,250,28). Sum of RGB (Red+Green+Blue) = 145+250+28=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #91FA1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #91FA1C is #6E05E3. Grayscale: #C2C2C2. Windows color (decimal): -7210468 or 1899153. OLE color: 1899153.
HSL color Cylindrical-coordinate representation of color #91FA1C: hue angle of 88.38º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #91FA1C is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 28 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.02 |
| HSL | 88.38º | 0.96% | 0.55% | - |
| HSV(B) | 88.38º | 0.89% | 0.98% | - |
| XYZ | 46.07 | 74.47 | 13.05 | - |
| YUV | 193.3 | 34.71 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 28 | 0.42 | 0 | 0.89 | 0.02 | 88.38 | 0.96 | 0.55 |
| Hex | 91 | FA | 1C | 2A | 0 | 59 | 2 | 58 | 60 | 37 |
| Octal | 221 | 372 | 34 | 52 | 0 | 131 | 2 | 130 | 140 | 67 |
| Binary | 10010001 | 11111010 | 11100 | 101010 | 0 | 1011001 | 10 | 1011000 | 1100000 | 110111 |
Color Harmonies of #91FA1C
Complementary color
Monochromatic Colors of #91FA1C
Black with #91FA1C
Text Example
Text Example
White with #91FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FA1C; }
p { color: rgb(145,250,28); }
H1.HeaderClassName
{
color: #91FA1C;
}
.AnyTagClassName
{
color: #91FA1C;
}
</style>
background-color css
<style>
a { background-color: #91FA1C; }
a { background-color: rgb(145,250,28); }
div.DivClassName
{
background-color: #91FA1C;
}
.BgClassName
{
background-color: #91FA1C;
}
</style>
border-color css
<style>
span { border-color: #91FA1C; }
span { border-color: rgb(145,250,28); }
td.TdClassName
{
border-color: #91FA1C;
}
.TagClassName
{
border-color: #91FA1C;
}
</style>