Shades of Chartreuse #91EB14
Tints of Chartreuse #91EB14
RGB
CMYK
RGB Variations
Color information
#91EB14 (or 0x91EB14) is known color: Chartreuse. HEX triplet: 91, EB and 14. RGB value is (145,235,20). Sum of RGB (Red+Green+Blue) = 145+235+20=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 235 (92.19% from 255 or 58.75% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 235 - color contains mainly: green. Hex color #91EB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91EB14 is #6E14EB. Grayscale: #B8B8B8. Windows color (decimal): -7214316 or 1371025. OLE color: 1371025.
HSL color Cylindrical-coordinate representation of color #91EB14: hue angle of 85.12º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91EB14 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 235 | 20 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.08 |
| HSL | 85.12º | 0.84% | 0.5% | - |
| HSV(B) | 85.12º | 0.91% | 0.92% | - |
| XYZ | 41.51 | 65.49 | 11.11 | - |
| YUV | 183.58 | 35.68 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 235 | 20 | 0.38 | 0 | 0.91 | 0.08 | 85.12 | 0.84 | 0.5 |
| Hex | 91 | EB | 14 | 26 | 0 | 5B | 8 | 55 | 54 | 32 |
| Octal | 221 | 353 | 24 | 46 | 0 | 133 | 10 | 125 | 124 | 62 |
| Binary | 10010001 | 11101011 | 10100 | 100110 | 0 | 1011011 | 1000 | 1010101 | 1010100 | 110010 |
Color Harmonies of #91EB14
Complementary color
Monochromatic Colors of #91EB14
Black with #91EB14
Text Example
Text Example
White with #91EB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EB14; }
p { color: rgb(145,235,20); }
H1.HeaderClassName
{
color: #91EB14;
}
.AnyTagClassName
{
color: #91EB14;
}
</style>
background-color css
<style>
a { background-color: #91EB14; }
a { background-color: rgb(145,235,20); }
div.DivClassName
{
background-color: #91EB14;
}
.BgClassName
{
background-color: #91EB14;
}
</style>
border-color css
<style>
span { border-color: #91EB14; }
span { border-color: rgb(145,235,20); }
td.TdClassName
{
border-color: #91EB14;
}
.TagClassName
{
border-color: #91EB14;
}
</style>