Shades of Citrus #8EBA05
Tints of Citrus #8EBA05
RGB
CMYK
RGB Variations
Color information
#8EBA05 (or 0x8EBA05) is known color: Citrus. HEX triplet: 8E, BA and 05. RGB value is (142,186,5). Sum of RGB (Red+Green+Blue) = 142+186+5=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBA05 is #7145FA. Grayscale: #989898. Windows color (decimal): -7423483 or 375438. OLE color: 375438.
HSL color Cylindrical-coordinate representation of color #8EBA05: hue angle of 74.59º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8EBA05 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 5 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.27 |
| HSL | 74.59º | 0.95% | 0.37% | - |
| HSV(B) | 74.59º | 0.97% | 0.73% | - |
| XYZ | 28.74 | 40.88 | 6.52 | - |
| YUV | 152.21 | 44.92 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 5 | 0.24 | 0 | 0.97 | 0.27 | 74.59 | 0.95 | 0.37 |
| Hex | 8E | BA | 5 | 18 | 0 | 61 | 1B | 4B | 5F | 25 |
| Octal | 216 | 272 | 5 | 30 | 0 | 141 | 33 | 113 | 137 | 45 |
| Binary | 10001110 | 10111010 | 101 | 11000 | 0 | 1100001 | 11011 | 1001011 | 1011111 | 100101 |
Color Harmonies of #8EBA05
Complementary color
Monochromatic Colors of #8EBA05
Black with #8EBA05
Text Example
Text Example
White with #8EBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA05; }
p { color: rgb(142,186,5); }
H1.HeaderClassName
{
color: #8EBA05;
}
.AnyTagClassName
{
color: #8EBA05;
}
</style>
background-color css
<style>
a { background-color: #8EBA05; }
a { background-color: rgb(142,186,5); }
div.DivClassName
{
background-color: #8EBA05;
}
.BgClassName
{
background-color: #8EBA05;
}
</style>
border-color css
<style>
span { border-color: #8EBA05; }
span { border-color: rgb(142,186,5); }
td.TdClassName
{
border-color: #8EBA05;
}
.TagClassName
{
border-color: #8EBA05;
}
</style>