Shades of Citrus #8EC203
Tints of Citrus #8EC203
RGB
CMYK
RGB Variations
Color information
#8EC203 (or 0x8EC203) is known color: Citrus. HEX triplet: 8E, C2 and 03. RGB value is (142,194,3). Sum of RGB (Red+Green+Blue) = 142+194+3=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC203 is #713DFC. Grayscale: #9D9D9D. Windows color (decimal): -7421437 or 246414. OLE color: 246414.
HSL color Cylindrical-coordinate representation of color #8EC203: hue angle of 76.34º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8EC203 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 194 | 3 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.24 |
| HSL | 76.34º | 0.97% | 0.39% | - |
| HSV(B) | 76.34º | 0.98% | 0.76% | - |
| XYZ | 30.46 | 44.34 | 7.04 | - |
| YUV | 156.68 | 41.27 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 3 | 0.27 | 0 | 0.98 | 0.24 | 76.34 | 0.97 | 0.39 |
| Hex | 8E | C2 | 3 | 1B | 0 | 62 | 18 | 4C | 61 | 27 |
| Octal | 216 | 302 | 3 | 33 | 0 | 142 | 30 | 114 | 141 | 47 |
| Binary | 10001110 | 11000010 | 11 | 11011 | 0 | 1100010 | 11000 | 1001100 | 1100001 | 100111 |
Color Harmonies of #8EC203
Complementary color
Monochromatic Colors of #8EC203
Black with #8EC203
Text Example
Text Example
White with #8EC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC203; }
p { color: rgb(142,194,3); }
H1.HeaderClassName
{
color: #8EC203;
}
.AnyTagClassName
{
color: #8EC203;
}
</style>
background-color css
<style>
a { background-color: #8EC203; }
a { background-color: rgb(142,194,3); }
div.DivClassName
{
background-color: #8EC203;
}
.BgClassName
{
background-color: #8EC203;
}
</style>
border-color css
<style>
span { border-color: #8EC203; }
span { border-color: rgb(142,194,3); }
td.TdClassName
{
border-color: #8EC203;
}
.TagClassName
{
border-color: #8EC203;
}
</style>