Shades of Citrus #8EBC04
Tints of Citrus #8EBC04
RGB
CMYK
RGB Variations
Color information
#8EBC04 (or 0x8EBC04) is known color: Citrus. HEX triplet: 8E, BC and 04. RGB value is (142,188,4). Sum of RGB (Red+Green+Blue) = 142+188+4=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBC04 is #7143FB. Grayscale: #999999. Windows color (decimal): -7422972 or 310414. OLE color: 310414.
HSL color Cylindrical-coordinate representation of color #8EBC04: hue angle of 75º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8EBC04 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 188 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.26 |
| HSL | 75º | 0.96% | 0.38% | - |
| HSV(B) | 75º | 0.98% | 0.74% | - |
| XYZ | 29.16 | 41.73 | 6.63 | - |
| YUV | 153.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 4 | 0.24 | 0 | 0.98 | 0.26 | 75 | 0.96 | 0.38 |
| Hex | 8E | BC | 4 | 18 | 0 | 62 | 1A | 4B | 60 | 26 |
| Octal | 216 | 274 | 4 | 30 | 0 | 142 | 32 | 113 | 140 | 46 |
| Binary | 10001110 | 10111100 | 100 | 11000 | 0 | 1100010 | 11010 | 1001011 | 1100000 | 100110 |
Color Harmonies of #8EBC04
Complementary color
Monochromatic Colors of #8EBC04
Black with #8EBC04
Text Example
Text Example
White with #8EBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBC04; }
p { color: rgb(142,188,4); }
H1.HeaderClassName
{
color: #8EBC04;
}
.AnyTagClassName
{
color: #8EBC04;
}
</style>
background-color css
<style>
a { background-color: #8EBC04; }
a { background-color: rgb(142,188,4); }
div.DivClassName
{
background-color: #8EBC04;
}
.BgClassName
{
background-color: #8EBC04;
}
</style>
border-color css
<style>
span { border-color: #8EBC04; }
span { border-color: rgb(142,188,4); }
td.TdClassName
{
border-color: #8EBC04;
}
.TagClassName
{
border-color: #8EBC04;
}
</style>