Shades of Citrus #8FBC02
Tints of Citrus #8FBC02
RGB
CMYK
RGB Variations
Color information
#8FBC02 (or 0x8FBC02) is known color: Citrus. HEX triplet: 8F, BC and 02. RGB value is (143,188,2). Sum of RGB (Red+Green+Blue) = 143+188+2=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBC02 is #7043FD. Grayscale: #9A9A9A. Windows color (decimal): -7357438 or 179343. OLE color: 179343.
HSL color Cylindrical-coordinate representation of color #8FBC02: hue angle of 74.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FBC02 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.26 |
| HSL | 74.52º | 0.98% | 0.37% | - |
| HSV(B) | 74.52º | 0.99% | 0.74% | - |
| XYZ | 29.32 | 41.81 | 6.58 | - |
| YUV | 153.34 | 42.59 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 2 | 0.24 | 0 | 0.99 | 0.26 | 74.52 | 0.98 | 0.37 |
| Hex | 8F | BC | 2 | 18 | 0 | 63 | 1A | 4B | 62 | 25 |
| Octal | 217 | 274 | 2 | 30 | 0 | 143 | 32 | 113 | 142 | 45 |
| Binary | 10001111 | 10111100 | 10 | 11000 | 0 | 1100011 | 11010 | 1001011 | 1100010 | 100101 |
Color Harmonies of #8FBC02
Complementary color
Monochromatic Colors of #8FBC02
Black with #8FBC02
Text Example
Text Example
White with #8FBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC02; }
p { color: rgb(143,188,2); }
H1.HeaderClassName
{
color: #8FBC02;
}
.AnyTagClassName
{
color: #8FBC02;
}
</style>
background-color css
<style>
a { background-color: #8FBC02; }
a { background-color: rgb(143,188,2); }
div.DivClassName
{
background-color: #8FBC02;
}
.BgClassName
{
background-color: #8FBC02;
}
</style>
border-color css
<style>
span { border-color: #8FBC02; }
span { border-color: rgb(143,188,2); }
td.TdClassName
{
border-color: #8FBC02;
}
.TagClassName
{
border-color: #8FBC02;
}
</style>