Shades of Citrus #8FBE14
Tints of Citrus #8FBE14
RGB
CMYK
RGB Variations
Color information
#8FBE14 (or 0x8FBE14) is known color: Citrus. HEX triplet: 8F, BE and 14. RGB value is (143,190,20). Sum of RGB (Red+Green+Blue) = 143+190+20=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBE14 is #7041EB. Grayscale: #9D9D9D. Windows color (decimal): -7356908 or 1359503. OLE color: 1359503.
HSL color Cylindrical-coordinate representation of color #8FBE14: hue angle of 76.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FBE14 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 20 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.25 |
| HSL | 76.59º | 0.81% | 0.41% | - |
| HSV(B) | 76.59º | 0.89% | 0.75% | - |
| XYZ | 29.87 | 42.72 | 7.33 | - |
| YUV | 156.57 | 50.93 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 20 | 0.25 | 0 | 0.89 | 0.25 | 76.59 | 0.81 | 0.41 |
| Hex | 8F | BE | 14 | 19 | 0 | 59 | 19 | 4D | 51 | 29 |
| Octal | 217 | 276 | 24 | 31 | 0 | 131 | 31 | 115 | 121 | 51 |
| Binary | 10001111 | 10111110 | 10100 | 11001 | 0 | 1011001 | 11001 | 1001101 | 1010001 | 101001 |
Color Harmonies of #8FBE14
Complementary color
Monochromatic Colors of #8FBE14
Black with #8FBE14
Text Example
Text Example
White with #8FBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE14; }
p { color: rgb(143,190,20); }
H1.HeaderClassName
{
color: #8FBE14;
}
.AnyTagClassName
{
color: #8FBE14;
}
</style>
background-color css
<style>
a { background-color: #8FBE14; }
a { background-color: rgb(143,190,20); }
div.DivClassName
{
background-color: #8FBE14;
}
.BgClassName
{
background-color: #8FBE14;
}
</style>
border-color css
<style>
span { border-color: #8FBE14; }
span { border-color: rgb(143,190,20); }
td.TdClassName
{
border-color: #8FBE14;
}
.TagClassName
{
border-color: #8FBE14;
}
</style>