Shades of Citrus #91D501
Tints of Citrus #91D501
RGB
CMYK
RGB Variations
Color information
#91D501 (or 0x91D501) is known color: Citrus. HEX triplet: 91, D5 and 01. RGB value is (145,213,1). Sum of RGB (Red+Green+Blue) = 145+213+1=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #91D501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91D501 is #6E2AFE. Grayscale: #A9A9A9. Windows color (decimal): -7219967 or 120209. OLE color: 120209.
HSL color Cylindrical-coordinate representation of color #91D501: hue angle of 79.25º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91D501 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 213 | 1 | - |
| CMYK | 0.32 | 0 | 1.00 | 0.16 |
| HSL | 79.25º | 0.99% | 0.42% | - |
| HSV(B) | 79.25º | 1% | 0.84% | - |
| XYZ | 35.48 | 53.61 | 8.51 | - |
| YUV | 168.5 | 33.47 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 213 | 1 | 0.32 | 0 | 1.00 | 0.16 | 79.25 | 0.99 | 0.42 |
| Hex | 91 | D5 | 1 | 20 | 0 | 64 | 10 | 4F | 63 | 2A |
| Octal | 221 | 325 | 1 | 40 | 0 | 144 | 20 | 117 | 143 | 52 |
| Binary | 10010001 | 11010101 | 1 | 100000 | 0 | 1100100 | 10000 | 1001111 | 1100011 | 101010 |
Color Harmonies of #91D501
Complementary color
Monochromatic Colors of #91D501
Black with #91D501
Text Example
Text Example
White with #91D501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D501; }
p { color: rgb(145,213,1); }
H1.HeaderClassName
{
color: #91D501;
}
.AnyTagClassName
{
color: #91D501;
}
</style>
background-color css
<style>
a { background-color: #91D501; }
a { background-color: rgb(145,213,1); }
div.DivClassName
{
background-color: #91D501;
}
.BgClassName
{
background-color: #91D501;
}
</style>
border-color css
<style>
span { border-color: #91D501; }
span { border-color: rgb(145,213,1); }
td.TdClassName
{
border-color: #91D501;
}
.TagClassName
{
border-color: #91D501;
}
</style>