Shades of Citrus #91CB13
Tints of Citrus #91CB13
RGB
CMYK
RGB Variations
Color information
#91CB13 (or 0x91CB13) is known color: Citrus. HEX triplet: 91, CB and 13. RGB value is (145,203,19). Sum of RGB (Red+Green+Blue) = 145+203+19=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91CB13 is #6E34EC. Grayscale: #A5A5A5. Windows color (decimal): -7222509 or 1297297. OLE color: 1297297.
HSL color Cylindrical-coordinate representation of color #91CB13: hue angle of 78.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91CB13 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 19 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.20 |
| HSL | 78.91º | 0.83% | 0.44% | - |
| HSV(B) | 78.91º | 0.91% | 0.8% | - |
| XYZ | 33.15 | 48.78 | 8.28 | - |
| YUV | 164.68 | 45.78 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 19 | 0.29 | 0 | 0.91 | 0.20 | 78.91 | 0.83 | 0.44 |
| Hex | 91 | CB | 13 | 1D | 0 | 5B | 14 | 4F | 53 | 2C |
| Octal | 221 | 313 | 23 | 35 | 0 | 133 | 24 | 117 | 123 | 54 |
| Binary | 10010001 | 11001011 | 10011 | 11101 | 0 | 1011011 | 10100 | 1001111 | 1010011 | 101100 |
Color Harmonies of #91CB13
Complementary color
Monochromatic Colors of #91CB13
Black with #91CB13
Text Example
Text Example
White with #91CB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB13; }
p { color: rgb(145,203,19); }
H1.HeaderClassName
{
color: #91CB13;
}
.AnyTagClassName
{
color: #91CB13;
}
</style>
background-color css
<style>
a { background-color: #91CB13; }
a { background-color: rgb(145,203,19); }
div.DivClassName
{
background-color: #91CB13;
}
.BgClassName
{
background-color: #91CB13;
}
</style>
border-color css
<style>
span { border-color: #91CB13; }
span { border-color: rgb(145,203,19); }
td.TdClassName
{
border-color: #91CB13;
}
.TagClassName
{
border-color: #91CB13;
}
</style>