Shades of Citrus #91C201
Tints of Citrus #91C201
RGB
CMYK
RGB Variations
Color information
#91C201 (or 0x91C201) is known color: Citrus. HEX triplet: 91, C2 and 01. RGB value is (145,194,1). Sum of RGB (Red+Green+Blue) = 145+194+1=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #91C201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91C201 is #6E3DFE. Grayscale: #9E9E9E. Windows color (decimal): -7224831 or 115345. OLE color: 115345.
HSL color Cylindrical-coordinate representation of color #91C201: hue angle of 75.23º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91C201 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 194 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.24 |
| HSL | 75.23º | 0.99% | 0.38% | - |
| HSV(B) | 75.23º | 0.99% | 0.76% | - |
| XYZ | 30.97 | 44.61 | 7.01 | - |
| YUV | 157.35 | 39.77 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 194 | 1 | 0.25 | 0 | 0.99 | 0.24 | 75.23 | 0.99 | 0.38 |
| Hex | 91 | C2 | 1 | 19 | 0 | 63 | 18 | 4B | 63 | 26 |
| Octal | 221 | 302 | 1 | 31 | 0 | 143 | 30 | 113 | 143 | 46 |
| Binary | 10010001 | 11000010 | 1 | 11001 | 0 | 1100011 | 11000 | 1001011 | 1100011 | 100110 |
Color Harmonies of #91C201
Complementary color
Monochromatic Colors of #91C201
Black with #91C201
Text Example
Text Example
White with #91C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C201; }
p { color: rgb(145,194,1); }
H1.HeaderClassName
{
color: #91C201;
}
.AnyTagClassName
{
color: #91C201;
}
</style>
background-color css
<style>
a { background-color: #91C201; }
a { background-color: rgb(145,194,1); }
div.DivClassName
{
background-color: #91C201;
}
.BgClassName
{
background-color: #91C201;
}
</style>
border-color css
<style>
span { border-color: #91C201; }
span { border-color: rgb(145,194,1); }
td.TdClassName
{
border-color: #91C201;
}
.TagClassName
{
border-color: #91C201;
}
</style>