Shades of Citrus #8FBB15
Tints of Citrus #8FBB15
RGB
CMYK
RGB Variations
Color information
#8FBB15 (or 0x8FBB15) is known color: Citrus. HEX triplet: 8F, BB and 15. RGB value is (143,187,21). Sum of RGB (Red+Green+Blue) = 143+187+21=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBB15 is #7044EA. Grayscale: #9B9B9B. Windows color (decimal): -7357675 or 1424271. OLE color: 1424271.
HSL color Cylindrical-coordinate representation of color #8FBB15: hue angle of 75.9º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FBB15 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 187 | 21 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.27 |
| HSL | 75.9º | 0.8% | 0.41% | - |
| HSV(B) | 75.9º | 0.89% | 0.73% | - |
| XYZ | 29.23 | 41.43 | 7.17 | - |
| YUV | 154.92 | 52.42 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 21 | 0.24 | 0 | 0.89 | 0.27 | 75.9 | 0.8 | 0.41 |
| Hex | 8F | BB | 15 | 18 | 0 | 59 | 1B | 4C | 50 | 29 |
| Octal | 217 | 273 | 25 | 30 | 0 | 131 | 33 | 114 | 120 | 51 |
| Binary | 10001111 | 10111011 | 10101 | 11000 | 0 | 1011001 | 11011 | 1001100 | 1010000 | 101001 |
Color Harmonies of #8FBB15
Complementary color
Monochromatic Colors of #8FBB15
Black with #8FBB15
Text Example
Text Example
White with #8FBB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBB15; }
p { color: rgb(143,187,21); }
H1.HeaderClassName
{
color: #8FBB15;
}
.AnyTagClassName
{
color: #8FBB15;
}
</style>
background-color css
<style>
a { background-color: #8FBB15; }
a { background-color: rgb(143,187,21); }
div.DivClassName
{
background-color: #8FBB15;
}
.BgClassName
{
background-color: #8FBB15;
}
</style>
border-color css
<style>
span { border-color: #8FBB15; }
span { border-color: rgb(143,187,21); }
td.TdClassName
{
border-color: #8FBB15;
}
.TagClassName
{
border-color: #8FBB15;
}
</style>