Shades of Chartreuse #91EF05
Tints of Chartreuse #91EF05
RGB
CMYK
RGB Variations
Color information
#91EF05 (or 0x91EF05) is known color: Chartreuse. HEX triplet: 91, EF and 05. RGB value is (145,239,5). Sum of RGB (Red+Green+Blue) = 145+239+5=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 239 (93.75% from 255 or 61.44% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 239 - color contains mainly: green. Hex color #91EF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91EF05 is #6E10FA. Grayscale: #B9B9B9. Windows color (decimal): -7213307 or 389009. OLE color: 389009.
HSL color Cylindrical-coordinate representation of color #91EF05: hue angle of 84.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91EF05 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 239 | 5 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.06 |
| HSL | 84.1º | 0.96% | 0.48% | - |
| HSV(B) | 84.1º | 0.98% | 0.94% | - |
| XYZ | 42.57 | 67.76 | 10.98 | - |
| YUV | 184.22 | 26.86 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 239 | 5 | 0.39 | 0 | 0.98 | 0.06 | 84.1 | 0.96 | 0.48 |
| Hex | 91 | EF | 5 | 27 | 0 | 62 | 6 | 54 | 60 | 30 |
| Octal | 221 | 357 | 5 | 47 | 0 | 142 | 6 | 124 | 140 | 60 |
| Binary | 10010001 | 11101111 | 101 | 100111 | 0 | 1100010 | 110 | 1010100 | 1100000 | 110000 |
Color Harmonies of #91EF05
Complementary color
Monochromatic Colors of #91EF05
Black with #91EF05
Text Example
Text Example
White with #91EF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EF05; }
p { color: rgb(145,239,5); }
H1.HeaderClassName
{
color: #91EF05;
}
.AnyTagClassName
{
color: #91EF05;
}
</style>
background-color css
<style>
a { background-color: #91EF05; }
a { background-color: rgb(145,239,5); }
div.DivClassName
{
background-color: #91EF05;
}
.BgClassName
{
background-color: #91EF05;
}
</style>
border-color css
<style>
span { border-color: #91EF05; }
span { border-color: rgb(145,239,5); }
td.TdClassName
{
border-color: #91EF05;
}
.TagClassName
{
border-color: #91EF05;
}
</style>