Shades of Chartreuse Yellow #E1FF0A
Tints of Chartreuse Yellow #E1FF0A
RGB
CMYK
RGB Variations
Color information
#E1FF0A (or 0xE1FF0A) is known color: Chartreuse Yellow. HEX triplet: E1, FF and 0A. RGB value is (225,255,10). Sum of RGB (Red+Green+Blue) = 225+255+10=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 10 (4.30% from 255 or 2.04% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1FF0A is #1E00F5. Grayscale: #DBDBDB. Windows color (decimal): -1966326 or 720865. OLE color: 720865.
HSL color Cylindrical-coordinate representation of color #E1FF0A: hue angle of 67.35º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1FF0A is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 10 | - |
| CMYK | 0.12 | 0 | 0.96 | 0 |
| HSL | 67.35º | 1% | 0.52% | - |
| HSV(B) | 67.35º | 0.96% | 1% | - |
| XYZ | 66.87 | 87.55 | 13.66 | - |
| YUV | 218.1 | 10.56 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 10 | 0.12 | 0 | 0.96 | 0 | 67.35 | 1 | 0.52 |
| Hex | E1 | FF | A | C | 0 | 60 | 0 | 43 | 64 | 34 |
| Octal | 341 | 377 | 12 | 14 | 0 | 140 | 0 | 103 | 144 | 64 |
| Binary | 11100001 | 11111111 | 1010 | 1100 | 0 | 1100000 | 0 | 1000011 | 1100100 | 110100 |
Color Harmonies of #E1FF0A
Complementary color
Monochromatic Colors of #E1FF0A
Black with #E1FF0A
Text Example
Text Example
White with #E1FF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF0A; }
p { color: rgb(225,255,10); }
H1.HeaderClassName
{
color: #E1FF0A;
}
.AnyTagClassName
{
color: #E1FF0A;
}
</style>
background-color css
<style>
a { background-color: #E1FF0A; }
a { background-color: rgb(225,255,10); }
div.DivClassName
{
background-color: #E1FF0A;
}
.BgClassName
{
background-color: #E1FF0A;
}
</style>
border-color css
<style>
span { border-color: #E1FF0A; }
span { border-color: rgb(225,255,10); }
td.TdClassName
{
border-color: #E1FF0A;
}
.TagClassName
{
border-color: #E1FF0A;
}
</style>