Shades of Citrus #8EBD04
Tints of Citrus #8EBD04
RGB
CMYK
RGB Variations
Color information
#8EBD04 (or 0x8EBD04) is known color: Citrus. HEX triplet: 8E, BD and 04. RGB value is (142,189,4). Sum of RGB (Red+Green+Blue) = 142+189+4=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBD04 is #7142FB. Grayscale: #9A9A9A. Windows color (decimal): -7422716 or 310670. OLE color: 310670.
HSL color Cylindrical-coordinate representation of color #8EBD04: hue angle of 75.24º 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 #8EBD04 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 4 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.26 |
| HSL | 75.24º | 0.96% | 0.38% | - |
| HSV(B) | 75.24º | 0.98% | 0.74% | - |
| XYZ | 29.37 | 42.15 | 6.7 | - |
| YUV | 153.86 | 43.43 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 4 | 0.25 | 0 | 0.98 | 0.26 | 75.24 | 0.96 | 0.38 |
| Hex | 8E | BD | 4 | 19 | 0 | 62 | 1A | 4B | 60 | 26 |
| Octal | 216 | 275 | 4 | 31 | 0 | 142 | 32 | 113 | 140 | 46 |
| Binary | 10001110 | 10111101 | 100 | 11001 | 0 | 1100010 | 11010 | 1001011 | 1100000 | 100110 |
Color Harmonies of #8EBD04
Complementary color
Monochromatic Colors of #8EBD04
Black with #8EBD04
Text Example
Text Example
White with #8EBD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD04; }
p { color: rgb(142,189,4); }
H1.HeaderClassName
{
color: #8EBD04;
}
.AnyTagClassName
{
color: #8EBD04;
}
</style>
background-color css
<style>
a { background-color: #8EBD04; }
a { background-color: rgb(142,189,4); }
div.DivClassName
{
background-color: #8EBD04;
}
.BgClassName
{
background-color: #8EBD04;
}
</style>
border-color css
<style>
span { border-color: #8EBD04; }
span { border-color: rgb(142,189,4); }
td.TdClassName
{
border-color: #8EBD04;
}
.TagClassName
{
border-color: #8EBD04;
}
</style>