Shades of Citrus #8EC417
Tints of Citrus #8EC417
RGB
CMYK
RGB Variations
Color information
#8EC417 (or 0x8EC417) is known color: Citrus. HEX triplet: 8E, C4 and 17. RGB value is (142,196,23). Sum of RGB (Red+Green+Blue) = 142+196+23=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC417 is #713BE8. Grayscale: #A0A0A0. Windows color (decimal): -7420905 or 1557646. OLE color: 1557646.
HSL color Cylindrical-coordinate representation of color #8EC417: hue angle of 78.73º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8EC417 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 23 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.23 |
| HSL | 78.73º | 0.79% | 0.43% | - |
| HSV(B) | 78.73º | 0.88% | 0.77% | - |
| XYZ | 31.05 | 45.29 | 7.92 | - |
| YUV | 160.13 | 50.61 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 23 | 0.28 | 0 | 0.88 | 0.23 | 78.73 | 0.79 | 0.43 |
| Hex | 8E | C4 | 17 | 1C | 0 | 58 | 17 | 4F | 4F | 2B |
| Octal | 216 | 304 | 27 | 34 | 0 | 130 | 27 | 117 | 117 | 53 |
| Binary | 10001110 | 11000100 | 10111 | 11100 | 0 | 1011000 | 10111 | 1001111 | 1001111 | 101011 |
Color Harmonies of #8EC417
Complementary color
Monochromatic Colors of #8EC417
Black with #8EC417
Text Example
Text Example
White with #8EC417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC417; }
p { color: rgb(142,196,23); }
H1.HeaderClassName
{
color: #8EC417;
}
.AnyTagClassName
{
color: #8EC417;
}
</style>
background-color css
<style>
a { background-color: #8EC417; }
a { background-color: rgb(142,196,23); }
div.DivClassName
{
background-color: #8EC417;
}
.BgClassName
{
background-color: #8EC417;
}
</style>
border-color css
<style>
span { border-color: #8EC417; }
span { border-color: rgb(142,196,23); }
td.TdClassName
{
border-color: #8EC417;
}
.TagClassName
{
border-color: #8EC417;
}
</style>