Shades of Citrus #91C80F
Tints of Citrus #91C80F
RGB
CMYK
RGB Variations
Color information
#91C80F (or 0x91C80F) is known color: Citrus. HEX triplet: 91, C8 and 0F. RGB value is (145,200,15). Sum of RGB (Red+Green+Blue) = 145+200+15=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #91C80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91C80F is #6E37F0. Grayscale: #A3A3A3. Windows color (decimal): -7223281 or 1034385. OLE color: 1034385.
HSL color Cylindrical-coordinate representation of color #91C80F: hue angle of 77.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91C80F is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 200 | 15 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.22 |
| HSL | 77.84º | 0.86% | 0.42% | - |
| HSV(B) | 77.84º | 0.93% | 0.78% | - |
| XYZ | 32.42 | 47.36 | 7.89 | - |
| YUV | 162.47 | 44.78 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 15 | 0.28 | 0 | 0.92 | 0.22 | 77.84 | 0.86 | 0.42 |
| Hex | 91 | C8 | F | 1C | 0 | 5C | 16 | 4E | 56 | 2A |
| Octal | 221 | 310 | 17 | 34 | 0 | 134 | 26 | 116 | 126 | 52 |
| Binary | 10010001 | 11001000 | 1111 | 11100 | 0 | 1011100 | 10110 | 1001110 | 1010110 | 101010 |
Color Harmonies of #91C80F
Complementary color
Monochromatic Colors of #91C80F
Black with #91C80F
Text Example
Text Example
White with #91C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C80F; }
p { color: rgb(145,200,15); }
H1.HeaderClassName
{
color: #91C80F;
}
.AnyTagClassName
{
color: #91C80F;
}
</style>
background-color css
<style>
a { background-color: #91C80F; }
a { background-color: rgb(145,200,15); }
div.DivClassName
{
background-color: #91C80F;
}
.BgClassName
{
background-color: #91C80F;
}
</style>
border-color css
<style>
span { border-color: #91C80F; }
span { border-color: rgb(145,200,15); }
td.TdClassName
{
border-color: #91C80F;
}
.TagClassName
{
border-color: #91C80F;
}
</style>