Shades of Chartreuse Yellow #E1FD01
Tints of Chartreuse Yellow #E1FD01
RGB
CMYK
RGB Variations
Color information
#E1FD01 (or 0xE1FD01) is known color: Chartreuse Yellow. HEX triplet: E1, FD and 01. RGB value is (225,253,1). Sum of RGB (Red+Green+Blue) = 225+253+1=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 1 (0.78% from 255 or 0.21% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1FD01 is #1E02FE. Grayscale: #D8D8D8. Windows color (decimal): -1966847 or 130529. OLE color: 130529.
HSL color Cylindrical-coordinate representation of color #E1FD01: hue angle of 66.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1FD01 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 1 | - |
| CMYK | 0.11 | 0 | 1.00 | 0.01 |
| HSL | 66.67º | 0.99% | 0.5% | - |
| HSV(B) | 66.67º | 1% | 0.99% | - |
| XYZ | 66.18 | 86.26 | 13.19 | - |
| YUV | 215.9 | 6.72 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 1 | 0.11 | 0 | 1.00 | 0.01 | 66.67 | 0.99 | 0.5 |
| Hex | E1 | FD | 1 | B | 0 | 64 | 1 | 43 | 63 | 32 |
| Octal | 341 | 375 | 1 | 13 | 0 | 144 | 1 | 103 | 143 | 62 |
| Binary | 11100001 | 11111101 | 1 | 1011 | 0 | 1100100 | 1 | 1000011 | 1100011 | 110010 |
Color Harmonies of #E1FD01
Complementary color
Monochromatic Colors of #E1FD01
Black with #E1FD01
Text Example
Text Example
White with #E1FD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FD01; }
p { color: rgb(225,253,1); }
H1.HeaderClassName
{
color: #E1FD01;
}
.AnyTagClassName
{
color: #E1FD01;
}
</style>
background-color css
<style>
a { background-color: #E1FD01; }
a { background-color: rgb(225,253,1); }
div.DivClassName
{
background-color: #E1FD01;
}
.BgClassName
{
background-color: #E1FD01;
}
</style>
border-color css
<style>
span { border-color: #E1FD01; }
span { border-color: rgb(225,253,1); }
td.TdClassName
{
border-color: #E1FD01;
}
.TagClassName
{
border-color: #E1FD01;
}
</style>