Shades of Citrus #91C302
Tints of Citrus #91C302
RGB
CMYK
RGB Variations
Color information
#91C302 (or 0x91C302) is known color: Citrus. HEX triplet: 91, C3 and 02. RGB value is (145,195,2). Sum of RGB (Red+Green+Blue) = 145+195+2=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #91C302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91C302 is #6E3CFD. Grayscale: #9E9E9E. Windows color (decimal): -7224574 or 181137. OLE color: 181137.
HSL color Cylindrical-coordinate representation of color #91C302: hue angle of 75.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91C302 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 195 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.24 |
| HSL | 75.54º | 0.98% | 0.39% | - |
| HSV(B) | 75.54º | 0.99% | 0.76% | - |
| XYZ | 31.2 | 45.05 | 7.11 | - |
| YUV | 158.05 | 39.94 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 195 | 2 | 0.26 | 0 | 0.99 | 0.24 | 75.54 | 0.98 | 0.39 |
| Hex | 91 | C3 | 2 | 1A | 0 | 63 | 18 | 4C | 62 | 27 |
| Octal | 221 | 303 | 2 | 32 | 0 | 143 | 30 | 114 | 142 | 47 |
| Binary | 10010001 | 11000011 | 10 | 11010 | 0 | 1100011 | 11000 | 1001100 | 1100010 | 100111 |
Color Harmonies of #91C302
Complementary color
Monochromatic Colors of #91C302
Black with #91C302
Text Example
Text Example
White with #91C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C302; }
p { color: rgb(145,195,2); }
H1.HeaderClassName
{
color: #91C302;
}
.AnyTagClassName
{
color: #91C302;
}
</style>
background-color css
<style>
a { background-color: #91C302; }
a { background-color: rgb(145,195,2); }
div.DivClassName
{
background-color: #91C302;
}
.BgClassName
{
background-color: #91C302;
}
</style>
border-color css
<style>
span { border-color: #91C302; }
span { border-color: rgb(145,195,2); }
td.TdClassName
{
border-color: #91C302;
}
.TagClassName
{
border-color: #91C302;
}
</style>