Shades of Citrus #8EBB01
Tints of Citrus #8EBB01
RGB
CMYK
RGB Variations
Color information
#8EBB01 (or 0x8EBB01) is known color: Citrus. HEX triplet: 8E, BB and 01. RGB value is (142,187,1). Sum of RGB (Red+Green+Blue) = 142+187+1=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBB01 is #7144FE. Grayscale: #999999. Windows color (decimal): -7423231 or 113550. OLE color: 113550.
HSL color Cylindrical-coordinate representation of color #8EBB01: hue angle of 74.52º degrees, saturation: 0.99, 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 #8EBB01 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 187 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.27 |
| HSL | 74.52º | 0.99% | 0.37% | - |
| HSV(B) | 74.52º | 0.99% | 0.73% | - |
| XYZ | 28.93 | 41.29 | 6.47 | - |
| YUV | 152.34 | 42.59 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 187 | 1 | 0.24 | 0 | 0.99 | 0.27 | 74.52 | 0.99 | 0.37 |
| Hex | 8E | BB | 1 | 18 | 0 | 63 | 1B | 4B | 63 | 25 |
| Octal | 216 | 273 | 1 | 30 | 0 | 143 | 33 | 113 | 143 | 45 |
| Binary | 10001110 | 10111011 | 1 | 11000 | 0 | 1100011 | 11011 | 1001011 | 1100011 | 100101 |
Color Harmonies of #8EBB01
Complementary color
Monochromatic Colors of #8EBB01
Black with #8EBB01
Text Example
Text Example
White with #8EBB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBB01; }
p { color: rgb(142,187,1); }
H1.HeaderClassName
{
color: #8EBB01;
}
.AnyTagClassName
{
color: #8EBB01;
}
</style>
background-color css
<style>
a { background-color: #8EBB01; }
a { background-color: rgb(142,187,1); }
div.DivClassName
{
background-color: #8EBB01;
}
.BgClassName
{
background-color: #8EBB01;
}
</style>
border-color css
<style>
span { border-color: #8EBB01; }
span { border-color: rgb(142,187,1); }
td.TdClassName
{
border-color: #8EBB01;
}
.TagClassName
{
border-color: #8EBB01;
}
</style>