Shades of Citrus #8FBC13
Tints of Citrus #8FBC13
RGB
CMYK
RGB Variations
Color information
#8FBC13 (or 0x8FBC13) is known color: Citrus. HEX triplet: 8F, BC and 13. RGB value is (143,188,19). Sum of RGB (Red+Green+Blue) = 143+188+19=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBC13 is #7043EC. Grayscale: #9B9B9B. Windows color (decimal): -7357421 or 1293455. OLE color: 1293455.
HSL color Cylindrical-coordinate representation of color #8FBC13: hue angle of 75.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FBC13 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 19 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.26 |
| HSL | 75.98º | 0.82% | 0.41% | - |
| HSV(B) | 75.98º | 0.9% | 0.74% | - |
| XYZ | 29.43 | 41.85 | 7.14 | - |
| YUV | 155.28 | 51.09 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 19 | 0.24 | 0 | 0.90 | 0.26 | 75.98 | 0.82 | 0.41 |
| Hex | 8F | BC | 13 | 18 | 0 | 5A | 1A | 4C | 52 | 29 |
| Octal | 217 | 274 | 23 | 30 | 0 | 132 | 32 | 114 | 122 | 51 |
| Binary | 10001111 | 10111100 | 10011 | 11000 | 0 | 1011010 | 11010 | 1001100 | 1010010 | 101001 |
Color Harmonies of #8FBC13
Complementary color
Monochromatic Colors of #8FBC13
Black with #8FBC13
Text Example
Text Example
White with #8FBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC13; }
p { color: rgb(143,188,19); }
H1.HeaderClassName
{
color: #8FBC13;
}
.AnyTagClassName
{
color: #8FBC13;
}
</style>
background-color css
<style>
a { background-color: #8FBC13; }
a { background-color: rgb(143,188,19); }
div.DivClassName
{
background-color: #8FBC13;
}
.BgClassName
{
background-color: #8FBC13;
}
</style>
border-color css
<style>
span { border-color: #8FBC13; }
span { border-color: rgb(143,188,19); }
td.TdClassName
{
border-color: #8FBC13;
}
.TagClassName
{
border-color: #8FBC13;
}
</style>