Shades of Citrus #91D505
Tints of Citrus #91D505
RGB
CMYK
RGB Variations
Color information
#91D505 (or 0x91D505) is known color: Citrus. HEX triplet: 91, D5 and 05. RGB value is (145,213,5). Sum of RGB (Red+Green+Blue) = 145+213+5=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #91D505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91D505 is #6E2AFA. Grayscale: #A9A9A9. Windows color (decimal): -7219963 or 382353. OLE color: 382353.
HSL color Cylindrical-coordinate representation of color #91D505: hue angle of 79.62º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91D505 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 213 | 5 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.16 |
| HSL | 79.62º | 0.95% | 0.43% | - |
| HSV(B) | 79.62º | 0.98% | 0.84% | - |
| XYZ | 35.5 | 53.62 | 8.62 | - |
| YUV | 168.96 | 35.47 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 213 | 5 | 0.32 | 0 | 0.98 | 0.16 | 79.62 | 0.95 | 0.43 |
| Hex | 91 | D5 | 5 | 20 | 0 | 62 | 10 | 50 | 5F | 2B |
| Octal | 221 | 325 | 5 | 40 | 0 | 142 | 20 | 120 | 137 | 53 |
| Binary | 10010001 | 11010101 | 101 | 100000 | 0 | 1100010 | 10000 | 1010000 | 1011111 | 101011 |
Color Harmonies of #91D505
Complementary color
Monochromatic Colors of #91D505
Black with #91D505
Text Example
Text Example
White with #91D505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D505; }
p { color: rgb(145,213,5); }
H1.HeaderClassName
{
color: #91D505;
}
.AnyTagClassName
{
color: #91D505;
}
</style>
background-color css
<style>
a { background-color: #91D505; }
a { background-color: rgb(145,213,5); }
div.DivClassName
{
background-color: #91D505;
}
.BgClassName
{
background-color: #91D505;
}
</style>
border-color css
<style>
span { border-color: #91D505; }
span { border-color: rgb(145,213,5); }
td.TdClassName
{
border-color: #91D505;
}
.TagClassName
{
border-color: #91D505;
}
</style>