Shades of Citrus #8EBA07
Tints of Citrus #8EBA07
RGB
CMYK
RGB Variations
Color information
#8EBA07 (or 0x8EBA07) is known color: Citrus. HEX triplet: 8E, BA and 07. RGB value is (142,186,7). Sum of RGB (Red+Green+Blue) = 142+186+7=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBA07 is #7145F8. Grayscale: #999999. Windows color (decimal): -7423481 or 506510. OLE color: 506510.
HSL color Cylindrical-coordinate representation of color #8EBA07: hue angle of 74.75º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8EBA07 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 7 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.27 |
| HSL | 74.75º | 0.93% | 0.38% | - |
| HSV(B) | 74.75º | 0.96% | 0.73% | - |
| XYZ | 28.75 | 40.88 | 6.58 | - |
| YUV | 152.44 | 45.92 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 7 | 0.24 | 0 | 0.96 | 0.27 | 74.75 | 0.93 | 0.38 |
| Hex | 8E | BA | 7 | 18 | 0 | 60 | 1B | 4B | 5D | 26 |
| Octal | 216 | 272 | 7 | 30 | 0 | 140 | 33 | 113 | 135 | 46 |
| Binary | 10001110 | 10111010 | 111 | 11000 | 0 | 1100000 | 11011 | 1001011 | 1011101 | 100110 |
Color Harmonies of #8EBA07
Complementary color
Monochromatic Colors of #8EBA07
Black with #8EBA07
Text Example
Text Example
White with #8EBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA07; }
p { color: rgb(142,186,7); }
H1.HeaderClassName
{
color: #8EBA07;
}
.AnyTagClassName
{
color: #8EBA07;
}
</style>
background-color css
<style>
a { background-color: #8EBA07; }
a { background-color: rgb(142,186,7); }
div.DivClassName
{
background-color: #8EBA07;
}
.BgClassName
{
background-color: #8EBA07;
}
</style>
border-color css
<style>
span { border-color: #8EBA07; }
span { border-color: rgb(142,186,7); }
td.TdClassName
{
border-color: #8EBA07;
}
.TagClassName
{
border-color: #8EBA07;
}
</style>