Shades of Citrus #8EC502
Tints of Citrus #8EC502
RGB
CMYK
RGB Variations
Color information
#8EC502 (or 0x8EC502) is known color: Citrus. HEX triplet: 8E, C5 and 02. RGB value is (142,197,2). Sum of RGB (Red+Green+Blue) = 142+197+2=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC502 is #713AFD. Grayscale: #9F9F9F. Windows color (decimal): -7420670 or 181646. OLE color: 181646.
HSL color Cylindrical-coordinate representation of color #8EC502: hue angle of 76.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EC502 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.23 |
| HSL | 76.92º | 0.98% | 0.39% | - |
| HSV(B) | 76.92º | 0.99% | 0.77% | - |
| XYZ | 31.13 | 45.69 | 7.24 | - |
| YUV | 158.33 | 39.78 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 2 | 0.28 | 0 | 0.99 | 0.23 | 76.92 | 0.98 | 0.39 |
| Hex | 8E | C5 | 2 | 1C | 0 | 63 | 17 | 4D | 62 | 27 |
| Octal | 216 | 305 | 2 | 34 | 0 | 143 | 27 | 115 | 142 | 47 |
| Binary | 10001110 | 11000101 | 10 | 11100 | 0 | 1100011 | 10111 | 1001101 | 1100010 | 100111 |
Color Harmonies of #8EC502
Complementary color
Monochromatic Colors of #8EC502
Black with #8EC502
Text Example
Text Example
White with #8EC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC502; }
p { color: rgb(142,197,2); }
H1.HeaderClassName
{
color: #8EC502;
}
.AnyTagClassName
{
color: #8EC502;
}
</style>
background-color css
<style>
a { background-color: #8EC502; }
a { background-color: rgb(142,197,2); }
div.DivClassName
{
background-color: #8EC502;
}
.BgClassName
{
background-color: #8EC502;
}
</style>
border-color css
<style>
span { border-color: #8EC502; }
span { border-color: rgb(142,197,2); }
td.TdClassName
{
border-color: #8EC502;
}
.TagClassName
{
border-color: #8EC502;
}
</style>