Shades of Citrus #91C214
Tints of Citrus #91C214
RGB
CMYK
RGB Variations
Color information
#91C214 (or 0x91C214) is known color: Citrus. HEX triplet: 91, C2 and 14. RGB value is (145,194,20). Sum of RGB (Red+Green+Blue) = 145+194+20=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #91C214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91C214 is #6E3DEB. Grayscale: #A0A0A0. Windows color (decimal): -7224812 or 1360529. OLE color: 1360529.
HSL color Cylindrical-coordinate representation of color #91C214: hue angle of 76.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91C214 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 194 | 20 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.24 |
| HSL | 76.9º | 0.81% | 0.42% | - |
| HSV(B) | 76.9º | 0.9% | 0.76% | - |
| XYZ | 31.1 | 44.65 | 7.64 | - |
| YUV | 159.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 194 | 20 | 0.25 | 0 | 0.90 | 0.24 | 76.9 | 0.81 | 0.42 |
| Hex | 91 | C2 | 14 | 19 | 0 | 5A | 18 | 4D | 51 | 2A |
| Octal | 221 | 302 | 24 | 31 | 0 | 132 | 30 | 115 | 121 | 52 |
| Binary | 10010001 | 11000010 | 10100 | 11001 | 0 | 1011010 | 11000 | 1001101 | 1010001 | 101010 |
Color Harmonies of #91C214
Complementary color
Monochromatic Colors of #91C214
Black with #91C214
Text Example
Text Example
White with #91C214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C214; }
p { color: rgb(145,194,20); }
H1.HeaderClassName
{
color: #91C214;
}
.AnyTagClassName
{
color: #91C214;
}
</style>
background-color css
<style>
a { background-color: #91C214; }
a { background-color: rgb(145,194,20); }
div.DivClassName
{
background-color: #91C214;
}
.BgClassName
{
background-color: #91C214;
}
</style>
border-color css
<style>
span { border-color: #91C214; }
span { border-color: rgb(145,194,20); }
td.TdClassName
{
border-color: #91C214;
}
.TagClassName
{
border-color: #91C214;
}
</style>