Shades of Citrus #91C518
Tints of Citrus #91C518
RGB
CMYK
RGB Variations
Color information
#91C518 (or 0x91C518) is known color: Citrus. HEX triplet: 91, C5 and 18. RGB value is (145,197,24). Sum of RGB (Red+Green+Blue) = 145+197+24=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #91C518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91C518 is #6E3AE7. Grayscale: #A2A2A2. Windows color (decimal): -7224040 or 1623441. OLE color: 1623441.
HSL color Cylindrical-coordinate representation of color #91C518: hue angle of 78.03º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91C518 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 197 | 24 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.23 |
| HSL | 78.03º | 0.78% | 0.43% | - |
| HSV(B) | 78.03º | 0.88% | 0.77% | - |
| XYZ | 31.81 | 46.02 | 8.07 | - |
| YUV | 161.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 197 | 24 | 0.26 | 0 | 0.88 | 0.23 | 78.03 | 0.78 | 0.43 |
| Hex | 91 | C5 | 18 | 1A | 0 | 58 | 17 | 4E | 4E | 2B |
| Octal | 221 | 305 | 30 | 32 | 0 | 130 | 27 | 116 | 116 | 53 |
| Binary | 10010001 | 11000101 | 11000 | 11010 | 0 | 1011000 | 10111 | 1001110 | 1001110 | 101011 |
Color Harmonies of #91C518
Complementary color
Monochromatic Colors of #91C518
Black with #91C518
Text Example
Text Example
White with #91C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C518; }
p { color: rgb(145,197,24); }
H1.HeaderClassName
{
color: #91C518;
}
.AnyTagClassName
{
color: #91C518;
}
</style>
background-color css
<style>
a { background-color: #91C518; }
a { background-color: rgb(145,197,24); }
div.DivClassName
{
background-color: #91C518;
}
.BgClassName
{
background-color: #91C518;
}
</style>
border-color css
<style>
span { border-color: #91C518; }
span { border-color: rgb(145,197,24); }
td.TdClassName
{
border-color: #91C518;
}
.TagClassName
{
border-color: #91C518;
}
</style>