Shades of Citrus #8FB314
Tints of Citrus #8FB314
RGB
CMYK
RGB Variations
Color information
#8FB314 (or 0x8FB314) is known color: Citrus. HEX triplet: 8F, B3 and 14. RGB value is (143,179,20). Sum of RGB (Red+Green+Blue) = 143+179+20=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB314 is #704CEB. Grayscale: #969696. Windows color (decimal): -7359724 or 1356687. OLE color: 1356687.
HSL color Cylindrical-coordinate representation of color #8FB314: hue angle of 73.58º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FB314 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 20 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.30 |
| HSL | 73.58º | 0.8% | 0.39% | - |
| HSV(B) | 73.58º | 0.89% | 0.7% | - |
| XYZ | 27.57 | 38.13 | 6.57 | - |
| YUV | 150.11 | 54.57 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 20 | 0.20 | 0 | 0.89 | 0.30 | 73.58 | 0.8 | 0.39 |
| Hex | 8F | B3 | 14 | 14 | 0 | 59 | 1E | 4A | 50 | 27 |
| Octal | 217 | 263 | 24 | 24 | 0 | 131 | 36 | 112 | 120 | 47 |
| Binary | 10001111 | 10110011 | 10100 | 10100 | 0 | 1011001 | 11110 | 1001010 | 1010000 | 100111 |
Color Harmonies of #8FB314
Complementary color
Monochromatic Colors of #8FB314
Black with #8FB314
Text Example
Text Example
White with #8FB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB314; }
p { color: rgb(143,179,20); }
H1.HeaderClassName
{
color: #8FB314;
}
.AnyTagClassName
{
color: #8FB314;
}
</style>
background-color css
<style>
a { background-color: #8FB314; }
a { background-color: rgb(143,179,20); }
div.DivClassName
{
background-color: #8FB314;
}
.BgClassName
{
background-color: #8FB314;
}
</style>
border-color css
<style>
span { border-color: #8FB314; }
span { border-color: rgb(143,179,20); }
td.TdClassName
{
border-color: #8FB314;
}
.TagClassName
{
border-color: #8FB314;
}
</style>