Shades of Citrus #91C002
Tints of Citrus #91C002
RGB
CMYK
RGB Variations
Color information
#91C002 (or 0x91C002) is known color: Citrus. HEX triplet: 91, C0 and 02. RGB value is (145,192,2). Sum of RGB (Red+Green+Blue) = 145+192+2=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #91C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91C002 is #6E3FFD. Grayscale: #9D9D9D. Windows color (decimal): -7225342 or 180369. OLE color: 180369.
HSL color Cylindrical-coordinate representation of color #91C002: hue angle of 74.84º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91C002 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 192 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.25 |
| HSL | 74.84º | 0.98% | 0.38% | - |
| HSV(B) | 74.84º | 0.99% | 0.75% | - |
| XYZ | 30.54 | 43.72 | 6.89 | - |
| YUV | 156.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 192 | 2 | 0.24 | 0 | 0.99 | 0.25 | 74.84 | 0.98 | 0.38 |
| Hex | 91 | C0 | 2 | 18 | 0 | 63 | 19 | 4B | 62 | 26 |
| Octal | 221 | 300 | 2 | 30 | 0 | 143 | 31 | 113 | 142 | 46 |
| Binary | 10010001 | 11000000 | 10 | 11000 | 0 | 1100011 | 11001 | 1001011 | 1100010 | 100110 |
Color Harmonies of #91C002
Complementary color
Monochromatic Colors of #91C002
Black with #91C002
Text Example
Text Example
White with #91C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C002; }
p { color: rgb(145,192,2); }
H1.HeaderClassName
{
color: #91C002;
}
.AnyTagClassName
{
color: #91C002;
}
</style>
background-color css
<style>
a { background-color: #91C002; }
a { background-color: rgb(145,192,2); }
div.DivClassName
{
background-color: #91C002;
}
.BgClassName
{
background-color: #91C002;
}
</style>
border-color css
<style>
span { border-color: #91C002; }
span { border-color: rgb(145,192,2); }
td.TdClassName
{
border-color: #91C002;
}
.TagClassName
{
border-color: #91C002;
}
</style>