Shades of Citrus #8ED304
Tints of Citrus #8ED304
RGB
CMYK
RGB Variations
Color information
#8ED304 (or 0x8ED304) is known color: Citrus. HEX triplet: 8E, D3 and 04. RGB value is (142,211,4). Sum of RGB (Red+Green+Blue) = 142+211+4=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED304 is #712CFB. Grayscale: #A7A7A7. Windows color (decimal): -7417084 or 316302. OLE color: 316302.
HSL color Cylindrical-coordinate representation of color #8ED304: hue angle of 80º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8ED304 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 4 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.17 |
| HSL | 80º | 0.96% | 0.42% | - |
| HSV(B) | 80º | 0.98% | 0.83% | - |
| XYZ | 34.47 | 52.35 | 8.4 | - |
| YUV | 166.77 | 36.14 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 4 | 0.33 | 0 | 0.98 | 0.17 | 80 | 0.96 | 0.42 |
| Hex | 8E | D3 | 4 | 21 | 0 | 62 | 11 | 50 | 60 | 2A |
| Octal | 216 | 323 | 4 | 41 | 0 | 142 | 21 | 120 | 140 | 52 |
| Binary | 10001110 | 11010011 | 100 | 100001 | 0 | 1100010 | 10001 | 1010000 | 1100000 | 101010 |
Color Harmonies of #8ED304
Complementary color
Monochromatic Colors of #8ED304
Black with #8ED304
Text Example
Text Example
White with #8ED304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED304; }
p { color: rgb(142,211,4); }
H1.HeaderClassName
{
color: #8ED304;
}
.AnyTagClassName
{
color: #8ED304;
}
</style>
background-color css
<style>
a { background-color: #8ED304; }
a { background-color: rgb(142,211,4); }
div.DivClassName
{
background-color: #8ED304;
}
.BgClassName
{
background-color: #8ED304;
}
</style>
border-color css
<style>
span { border-color: #8ED304; }
span { border-color: rgb(142,211,4); }
td.TdClassName
{
border-color: #8ED304;
}
.TagClassName
{
border-color: #8ED304;
}
</style>