Shades of Citrus #8FBB02
Tints of Citrus #8FBB02
RGB
CMYK
RGB Variations
Color information
#8FBB02 (or 0x8FBB02) is known color: Citrus. HEX triplet: 8F, BB and 02. RGB value is (143,187,2). Sum of RGB (Red+Green+Blue) = 143+187+2=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBB02 is #7044FD. Grayscale: #999999. Windows color (decimal): -7357694 or 179087. OLE color: 179087.
HSL color Cylindrical-coordinate representation of color #8FBB02: hue angle of 74.27º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FBB02 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 187 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.27 |
| HSL | 74.27º | 0.98% | 0.37% | - |
| HSV(B) | 74.27º | 0.99% | 0.73% | - |
| XYZ | 29.11 | 41.38 | 6.51 | - |
| YUV | 152.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 2 | 0.24 | 0 | 0.99 | 0.27 | 74.27 | 0.98 | 0.37 |
| Hex | 8F | BB | 2 | 18 | 0 | 63 | 1B | 4A | 62 | 25 |
| Octal | 217 | 273 | 2 | 30 | 0 | 143 | 33 | 112 | 142 | 45 |
| Binary | 10001111 | 10111011 | 10 | 11000 | 0 | 1100011 | 11011 | 1001010 | 1100010 | 100101 |
Color Harmonies of #8FBB02
Complementary color
Monochromatic Colors of #8FBB02
Black with #8FBB02
Text Example
Text Example
White with #8FBB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBB02; }
p { color: rgb(143,187,2); }
H1.HeaderClassName
{
color: #8FBB02;
}
.AnyTagClassName
{
color: #8FBB02;
}
</style>
background-color css
<style>
a { background-color: #8FBB02; }
a { background-color: rgb(143,187,2); }
div.DivClassName
{
background-color: #8FBB02;
}
.BgClassName
{
background-color: #8FBB02;
}
</style>
border-color css
<style>
span { border-color: #8FBB02; }
span { border-color: rgb(143,187,2); }
td.TdClassName
{
border-color: #8FBB02;
}
.TagClassName
{
border-color: #8FBB02;
}
</style>