Shades of Citrus #91BE0F
Tints of Citrus #91BE0F
RGB
CMYK
RGB Variations
Color information
#91BE0F (or 0x91BE0F) is known color: Citrus. HEX triplet: 91, BE and 0F. RGB value is (145,190,15). Sum of RGB (Red+Green+Blue) = 145+190+15=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #91BE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BE0F is #6E41F0. Grayscale: #9D9D9D. Windows color (decimal): -7225841 or 1031825. OLE color: 1031825.
HSL color Cylindrical-coordinate representation of color #91BE0F: hue angle of 75.43º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91BE0F is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 190 | 15 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.25 |
| HSL | 75.43º | 0.85% | 0.4% | - |
| HSV(B) | 75.43º | 0.92% | 0.75% | - |
| XYZ | 30.18 | 42.88 | 7.14 | - |
| YUV | 156.6 | 48.09 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 15 | 0.24 | 0 | 0.92 | 0.25 | 75.43 | 0.85 | 0.4 |
| Hex | 91 | BE | F | 18 | 0 | 5C | 19 | 4B | 55 | 28 |
| Octal | 221 | 276 | 17 | 30 | 0 | 134 | 31 | 113 | 125 | 50 |
| Binary | 10010001 | 10111110 | 1111 | 11000 | 0 | 1011100 | 11001 | 1001011 | 1010101 | 101000 |
Color Harmonies of #91BE0F
Complementary color
Monochromatic Colors of #91BE0F
Black with #91BE0F
Text Example
Text Example
White with #91BE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BE0F; }
p { color: rgb(145,190,15); }
H1.HeaderClassName
{
color: #91BE0F;
}
.AnyTagClassName
{
color: #91BE0F;
}
</style>
background-color css
<style>
a { background-color: #91BE0F; }
a { background-color: rgb(145,190,15); }
div.DivClassName
{
background-color: #91BE0F;
}
.BgClassName
{
background-color: #91BE0F;
}
</style>
border-color css
<style>
span { border-color: #91BE0F; }
span { border-color: rgb(145,190,15); }
td.TdClassName
{
border-color: #91BE0F;
}
.TagClassName
{
border-color: #91BE0F;
}
</style>