Shades of Citrus #8FBC14
Tints of Citrus #8FBC14
RGB
CMYK
RGB Variations
Color information
#8FBC14 (or 0x8FBC14) is known color: Citrus. HEX triplet: 8F, BC and 14. RGB value is (143,188,20). Sum of RGB (Red+Green+Blue) = 143+188+20=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBC14 is #7043EB. Grayscale: #9C9C9C. Windows color (decimal): -7357420 or 1358991. OLE color: 1358991.
HSL color Cylindrical-coordinate representation of color #8FBC14: hue angle of 76.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FBC14 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 20 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.26 |
| HSL | 76.07º | 0.81% | 0.41% | - |
| HSV(B) | 76.07º | 0.89% | 0.74% | - |
| XYZ | 29.44 | 41.86 | 7.19 | - |
| YUV | 155.39 | 51.59 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 20 | 0.24 | 0 | 0.89 | 0.26 | 76.07 | 0.81 | 0.41 |
| Hex | 8F | BC | 14 | 18 | 0 | 59 | 1A | 4C | 51 | 29 |
| Octal | 217 | 274 | 24 | 30 | 0 | 131 | 32 | 114 | 121 | 51 |
| Binary | 10001111 | 10111100 | 10100 | 11000 | 0 | 1011001 | 11010 | 1001100 | 1010001 | 101001 |
Color Harmonies of #8FBC14
Complementary color
Monochromatic Colors of #8FBC14
Black with #8FBC14
Text Example
Text Example
White with #8FBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC14; }
p { color: rgb(143,188,20); }
H1.HeaderClassName
{
color: #8FBC14;
}
.AnyTagClassName
{
color: #8FBC14;
}
</style>
background-color css
<style>
a { background-color: #8FBC14; }
a { background-color: rgb(143,188,20); }
div.DivClassName
{
background-color: #8FBC14;
}
.BgClassName
{
background-color: #8FBC14;
}
</style>
border-color css
<style>
span { border-color: #8FBC14; }
span { border-color: rgb(143,188,20); }
td.TdClassName
{
border-color: #8FBC14;
}
.TagClassName
{
border-color: #8FBC14;
}
</style>