Shades of Citrus #8FBE16
Tints of Citrus #8FBE16
RGB
CMYK
RGB Variations
Color information
#8FBE16 (or 0x8FBE16) is known color: Citrus. HEX triplet: 8F, BE and 16. RGB value is (143,190,22). Sum of RGB (Red+Green+Blue) = 143+190+22=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBE16 is #7041E9. Grayscale: #9D9D9D. Windows color (decimal): -7356906 or 1490575. OLE color: 1490575.
HSL color Cylindrical-coordinate representation of color #8FBE16: hue angle of 76.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8FBE16 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 22 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.25 |
| HSL | 76.79º | 0.79% | 0.42% | - |
| HSV(B) | 76.79º | 0.88% | 0.75% | - |
| XYZ | 29.89 | 42.72 | 7.43 | - |
| YUV | 156.8 | 51.93 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 22 | 0.25 | 0 | 0.88 | 0.25 | 76.79 | 0.79 | 0.42 |
| Hex | 8F | BE | 16 | 19 | 0 | 58 | 19 | 4D | 4F | 2A |
| Octal | 217 | 276 | 26 | 31 | 0 | 130 | 31 | 115 | 117 | 52 |
| Binary | 10001111 | 10111110 | 10110 | 11001 | 0 | 1011000 | 11001 | 1001101 | 1001111 | 101010 |
Color Harmonies of #8FBE16
Complementary color
Monochromatic Colors of #8FBE16
Black with #8FBE16
Text Example
Text Example
White with #8FBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE16; }
p { color: rgb(143,190,22); }
H1.HeaderClassName
{
color: #8FBE16;
}
.AnyTagClassName
{
color: #8FBE16;
}
</style>
background-color css
<style>
a { background-color: #8FBE16; }
a { background-color: rgb(143,190,22); }
div.DivClassName
{
background-color: #8FBE16;
}
.BgClassName
{
background-color: #8FBE16;
}
</style>
border-color css
<style>
span { border-color: #8FBE16; }
span { border-color: rgb(143,190,22); }
td.TdClassName
{
border-color: #8FBE16;
}
.TagClassName
{
border-color: #8FBE16;
}
</style>