Shades of Citrus #8ED401
Tints of Citrus #8ED401
RGB
CMYK
RGB Variations
Color information
#8ED401 (or 0x8ED401) is known color: Citrus. HEX triplet: 8E, D4 and 01. RGB value is (142,212,1). Sum of RGB (Red+Green+Blue) = 142+212+1=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 212 (83.20% from 255 or 59.72% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED401 is #712BFE. Grayscale: #A7A7A7. Windows color (decimal): -7416831 or 119950. OLE color: 119950.
HSL color Cylindrical-coordinate representation of color #8ED401: hue angle of 79.91º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ED401 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 212 | 1 | - |
| CMYK | 0.33 | 0 | 1.00 | 0.17 |
| HSL | 79.91º | 0.99% | 0.42% | - |
| HSV(B) | 79.91º | 1% | 0.83% | - |
| XYZ | 34.7 | 52.84 | 8.4 | - |
| YUV | 167.02 | 34.31 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 1 | 0.33 | 0 | 1.00 | 0.17 | 79.91 | 0.99 | 0.42 |
| Hex | 8E | D4 | 1 | 21 | 0 | 64 | 11 | 50 | 63 | 2A |
| Octal | 216 | 324 | 1 | 41 | 0 | 144 | 21 | 120 | 143 | 52 |
| Binary | 10001110 | 11010100 | 1 | 100001 | 0 | 1100100 | 10001 | 1010000 | 1100011 | 101010 |
Color Harmonies of #8ED401
Complementary color
Monochromatic Colors of #8ED401
Black with #8ED401
Text Example
Text Example
White with #8ED401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED401; }
p { color: rgb(142,212,1); }
H1.HeaderClassName
{
color: #8ED401;
}
.AnyTagClassName
{
color: #8ED401;
}
</style>
background-color css
<style>
a { background-color: #8ED401; }
a { background-color: rgb(142,212,1); }
div.DivClassName
{
background-color: #8ED401;
}
.BgClassName
{
background-color: #8ED401;
}
</style>
border-color css
<style>
span { border-color: #8ED401; }
span { border-color: rgb(142,212,1); }
td.TdClassName
{
border-color: #8ED401;
}
.TagClassName
{
border-color: #8ED401;
}
</style>