Shades of Citrus #8FB514
Tints of Citrus #8FB514
RGB
CMYK
RGB Variations
Color information
#8FB514 (or 0x8FB514) is known color: Citrus. HEX triplet: 8F, B5 and 14. RGB value is (143,181,20). Sum of RGB (Red+Green+Blue) = 143+181+20=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB514 is #704AEB. Grayscale: #979797. Windows color (decimal): -7359212 or 1357199. OLE color: 1357199.
HSL color Cylindrical-coordinate representation of color #8FB514: hue angle of 74.16º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FB514 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 20 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.29 |
| HSL | 74.16º | 0.8% | 0.39% | - |
| HSV(B) | 74.16º | 0.89% | 0.71% | - |
| XYZ | 27.98 | 38.94 | 6.7 | - |
| YUV | 151.28 | 53.91 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 20 | 0.21 | 0 | 0.89 | 0.29 | 74.16 | 0.8 | 0.39 |
| Hex | 8F | B5 | 14 | 15 | 0 | 59 | 1D | 4A | 50 | 27 |
| Octal | 217 | 265 | 24 | 25 | 0 | 131 | 35 | 112 | 120 | 47 |
| Binary | 10001111 | 10110101 | 10100 | 10101 | 0 | 1011001 | 11101 | 1001010 | 1010000 | 100111 |
Color Harmonies of #8FB514
Complementary color
Monochromatic Colors of #8FB514
Black with #8FB514
Text Example
Text Example
White with #8FB514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB514; }
p { color: rgb(143,181,20); }
H1.HeaderClassName
{
color: #8FB514;
}
.AnyTagClassName
{
color: #8FB514;
}
</style>
background-color css
<style>
a { background-color: #8FB514; }
a { background-color: rgb(143,181,20); }
div.DivClassName
{
background-color: #8FB514;
}
.BgClassName
{
background-color: #8FB514;
}
</style>
border-color css
<style>
span { border-color: #8FB514; }
span { border-color: rgb(143,181,20); }
td.TdClassName
{
border-color: #8FB514;
}
.TagClassName
{
border-color: #8FB514;
}
</style>