Shades of Citron #8D9F11
Tints of Citron #8D9F11
RGB
CMYK
RGB Variations
Color information
#8D9F11 (or 0x8D9F11) is known color: Citron. HEX triplet: 8D, 9F and 11. RGB value is (141,159,17). Sum of RGB (Red+Green+Blue) = 141+159+17=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9F11 is #7260EE. Grayscale: #898989. Windows color (decimal): -7495919 or 1154957. OLE color: 1154957.
HSL color Cylindrical-coordinate representation of color #8D9F11: hue angle of 67.61º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D9F11 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 159 | 17 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.38 |
| HSL | 67.61º | 0.81% | 0.35% | - |
| HSV(B) | 67.61º | 0.89% | 0.62% | - |
| XYZ | 23.48 | 30.5 | 5.18 | - |
| YUV | 137.43 | 60.04 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 17 | 0.11 | 0 | 0.89 | 0.38 | 67.61 | 0.81 | 0.35 |
| Hex | 8D | 9F | 11 | B | 0 | 59 | 26 | 44 | 51 | 23 |
| Octal | 215 | 237 | 21 | 13 | 0 | 131 | 46 | 104 | 121 | 43 |
| Binary | 10001101 | 10011111 | 10001 | 1011 | 0 | 1011001 | 100110 | 1000100 | 1010001 | 100011 |
Color Harmonies of #8D9F11
Complementary color
Monochromatic Colors of #8D9F11
Black with #8D9F11
Text Example
Text Example
White with #8D9F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9F11; }
p { color: rgb(141,159,17); }
H1.HeaderClassName
{
color: #8D9F11;
}
.AnyTagClassName
{
color: #8D9F11;
}
</style>
background-color css
<style>
a { background-color: #8D9F11; }
a { background-color: rgb(141,159,17); }
div.DivClassName
{
background-color: #8D9F11;
}
.BgClassName
{
background-color: #8D9F11;
}
</style>
border-color css
<style>
span { border-color: #8D9F11; }
span { border-color: rgb(141,159,17); }
td.TdClassName
{
border-color: #8D9F11;
}
.TagClassName
{
border-color: #8D9F11;
}
</style>