Shades of Citrus #91C416
Tints of Citrus #91C416
RGB
CMYK
RGB Variations
Color information
#91C416 (or 0x91C416) is known color: Citrus. HEX triplet: 91, C4 and 16. RGB value is (145,196,22). Sum of RGB (Red+Green+Blue) = 145+196+22=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #91C416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91C416 is #6E3BE9. Grayscale: #A1A1A1. Windows color (decimal): -7224298 or 1492113. OLE color: 1492113.
HSL color Cylindrical-coordinate representation of color #91C416: hue angle of 77.59º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #91C416 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 196 | 22 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.23 |
| HSL | 77.59º | 0.8% | 0.43% | - |
| HSV(B) | 77.59º | 0.89% | 0.77% | - |
| XYZ | 31.56 | 45.56 | 7.89 | - |
| YUV | 160.92 | 49.6 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 196 | 22 | 0.26 | 0 | 0.89 | 0.23 | 77.59 | 0.8 | 0.43 |
| Hex | 91 | C4 | 16 | 1A | 0 | 59 | 17 | 4E | 50 | 2B |
| Octal | 221 | 304 | 26 | 32 | 0 | 131 | 27 | 116 | 120 | 53 |
| Binary | 10010001 | 11000100 | 10110 | 11010 | 0 | 1011001 | 10111 | 1001110 | 1010000 | 101011 |
Color Harmonies of #91C416
Complementary color
Monochromatic Colors of #91C416
Black with #91C416
Text Example
Text Example
White with #91C416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C416; }
p { color: rgb(145,196,22); }
H1.HeaderClassName
{
color: #91C416;
}
.AnyTagClassName
{
color: #91C416;
}
</style>
background-color css
<style>
a { background-color: #91C416; }
a { background-color: rgb(145,196,22); }
div.DivClassName
{
background-color: #91C416;
}
.BgClassName
{
background-color: #91C416;
}
</style>
border-color css
<style>
span { border-color: #91C416; }
span { border-color: rgb(145,196,22); }
td.TdClassName
{
border-color: #91C416;
}
.TagClassName
{
border-color: #91C416;
}
</style>