Shades of Citron #8D970F
Tints of Citron #8D970F
RGB
CMYK
RGB Variations
Color information
#8D970F (or 0x8D970F) is known color: Citron. HEX triplet: 8D, 97 and 0F. RGB value is (141,151,15). Sum of RGB (Red+Green+Blue) = 141+151+15=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #8D970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D970F is #7268F0. Grayscale: #858585. Windows color (decimal): -7497969 or 1021837. OLE color: 1021837.
HSL color Cylindrical-coordinate representation of color #8D970F: hue angle of 64.41º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D970F is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 15 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.41 |
| HSL | 64.41º | 0.82% | 0.33% | - |
| HSV(B) | 64.41º | 0.9% | 0.59% | - |
| XYZ | 22.14 | 27.83 | 4.66 | - |
| YUV | 132.51 | 61.69 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 15 | 0.07 | 0 | 0.90 | 0.41 | 64.41 | 0.82 | 0.33 |
| Hex | 8D | 97 | F | 7 | 0 | 5A | 29 | 40 | 52 | 21 |
| Octal | 215 | 227 | 17 | 7 | 0 | 132 | 51 | 100 | 122 | 41 |
| Binary | 10001101 | 10010111 | 1111 | 111 | 0 | 1011010 | 101001 | 1000000 | 1010010 | 100001 |
Color Harmonies of #8D970F
Complementary color
Monochromatic Colors of #8D970F
Black with #8D970F
Text Example
Text Example
White with #8D970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D970F; }
p { color: rgb(141,151,15); }
H1.HeaderClassName
{
color: #8D970F;
}
.AnyTagClassName
{
color: #8D970F;
}
</style>
background-color css
<style>
a { background-color: #8D970F; }
a { background-color: rgb(141,151,15); }
div.DivClassName
{
background-color: #8D970F;
}
.BgClassName
{
background-color: #8D970F;
}
</style>
border-color css
<style>
span { border-color: #8D970F; }
span { border-color: rgb(141,151,15); }
td.TdClassName
{
border-color: #8D970F;
}
.TagClassName
{
border-color: #8D970F;
}
</style>