Shades of Citron #878D14
Tints of Citron #878D14
RGB
CMYK
RGB Variations
Color information
#878D14 (or 0x878D14) is known color: Citron. HEX triplet: 87, 8D and 14. RGB value is (135,141,20). Sum of RGB (Red+Green+Blue) = 135+141+20=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #878D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878D14 is #7872EB. Grayscale: #7D7D7D. Windows color (decimal): -7893740 or 1346951. OLE color: 1346951.
HSL color Cylindrical-coordinate representation of color #878D14: hue angle of 62.98º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #878D14 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 141 | 20 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.45 |
| HSL | 62.98º | 0.75% | 0.32% | - |
| HSV(B) | 62.98º | 0.86% | 0.55% | - |
| XYZ | 19.64 | 24.25 | 4.31 | - |
| YUV | 125.41 | 68.51 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 20 | 0.04 | 0 | 0.86 | 0.45 | 62.98 | 0.75 | 0.32 |
| Hex | 87 | 8D | 14 | 4 | 0 | 56 | 2D | 3F | 4B | 20 |
| Octal | 207 | 215 | 24 | 4 | 0 | 126 | 55 | 77 | 113 | 40 |
| Binary | 10000111 | 10001101 | 10100 | 100 | 0 | 1010110 | 101101 | 111111 | 1001011 | 100000 |
Color Harmonies of #878D14
Complementary color
Monochromatic Colors of #878D14
Black with #878D14
Text Example
Text Example
White with #878D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D14; }
p { color: rgb(135,141,20); }
H1.HeaderClassName
{
color: #878D14;
}
.AnyTagClassName
{
color: #878D14;
}
</style>
background-color css
<style>
a { background-color: #878D14; }
a { background-color: rgb(135,141,20); }
div.DivClassName
{
background-color: #878D14;
}
.BgClassName
{
background-color: #878D14;
}
</style>
border-color css
<style>
span { border-color: #878D14; }
span { border-color: rgb(135,141,20); }
td.TdClassName
{
border-color: #878D14;
}
.TagClassName
{
border-color: #878D14;
}
</style>