Shades of Citron #8F981D
Tints of Citron #8F981D
RGB
CMYK
RGB Variations
Color information
#8F981D (or 0x8F981D) is known color: Citron. HEX triplet: 8F, 98 and 1D. RGB value is (143,152,29). Sum of RGB (Red+Green+Blue) = 143+152+29=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #8F981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F981D is #7067E2. Grayscale: #878787. Windows color (decimal): -7366627 or 1939599. OLE color: 1939599.
HSL color Cylindrical-coordinate representation of color #8F981D: hue angle of 64.39º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F981D is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 29 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.40 |
| HSL | 64.39º | 0.68% | 0.35% | - |
| HSV(B) | 64.39º | 0.81% | 0.6% | - |
| XYZ | 22.78 | 28.38 | 5.44 | - |
| YUV | 135.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 29 | 0.06 | 0 | 0.81 | 0.40 | 64.39 | 0.68 | 0.35 |
| Hex | 8F | 98 | 1D | 6 | 0 | 51 | 28 | 40 | 44 | 23 |
| Octal | 217 | 230 | 35 | 6 | 0 | 121 | 50 | 100 | 104 | 43 |
| Binary | 10001111 | 10011000 | 11101 | 110 | 0 | 1010001 | 101000 | 1000000 | 1000100 | 100011 |
Color Harmonies of #8F981D
Complementary color
Monochromatic Colors of #8F981D
Black with #8F981D
Text Example
Text Example
White with #8F981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F981D; }
p { color: rgb(143,152,29); }
H1.HeaderClassName
{
color: #8F981D;
}
.AnyTagClassName
{
color: #8F981D;
}
</style>
background-color css
<style>
a { background-color: #8F981D; }
a { background-color: rgb(143,152,29); }
div.DivClassName
{
background-color: #8F981D;
}
.BgClassName
{
background-color: #8F981D;
}
</style>
border-color css
<style>
span { border-color: #8F981D; }
span { border-color: rgb(143,152,29); }
td.TdClassName
{
border-color: #8F981D;
}
.TagClassName
{
border-color: #8F981D;
}
</style>