Shades of Chartreuse #91FC1C
Tints of Chartreuse #91FC1C
RGB
CMYK
RGB Variations
Color information
#91FC1C (or 0x91FC1C) is known color: Chartreuse. HEX triplet: 91, FC and 1C. RGB value is (145,252,28). Sum of RGB (Red+Green+Blue) = 145+252+28=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #91FC1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #91FC1C is #6E03E3. Grayscale: #C3C3C3. Windows color (decimal): -7209956 or 1899665. OLE color: 1899665.
HSL color Cylindrical-coordinate representation of color #91FC1C: hue angle of 88.66º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #91FC1C is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 252 | 28 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.01 |
| HSL | 88.66º | 0.97% | 0.55% | - |
| HSV(B) | 88.66º | 0.89% | 0.99% | - |
| XYZ | 46.7 | 75.72 | 13.25 | - |
| YUV | 194.47 | 34.05 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 252 | 28 | 0.42 | 0 | 0.89 | 0.01 | 88.66 | 0.97 | 0.55 |
| Hex | 91 | FC | 1C | 2A | 0 | 59 | 1 | 59 | 61 | 37 |
| Octal | 221 | 374 | 34 | 52 | 0 | 131 | 1 | 131 | 141 | 67 |
| Binary | 10010001 | 11111100 | 11100 | 101010 | 0 | 1011001 | 1 | 1011001 | 1100001 | 110111 |
Color Harmonies of #91FC1C
Complementary color
Monochromatic Colors of #91FC1C
Black with #91FC1C
Text Example
Text Example
White with #91FC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FC1C; }
p { color: rgb(145,252,28); }
H1.HeaderClassName
{
color: #91FC1C;
}
.AnyTagClassName
{
color: #91FC1C;
}
</style>
background-color css
<style>
a { background-color: #91FC1C; }
a { background-color: rgb(145,252,28); }
div.DivClassName
{
background-color: #91FC1C;
}
.BgClassName
{
background-color: #91FC1C;
}
</style>
border-color css
<style>
span { border-color: #91FC1C; }
span { border-color: rgb(145,252,28); }
td.TdClassName
{
border-color: #91FC1C;
}
.TagClassName
{
border-color: #91FC1C;
}
</style>