Shades of Chartreuse Yellow #E1FA0F
Tints of Chartreuse Yellow #E1FA0F
RGB
CMYK
RGB Variations
Color information
#E1FA0F (or 0xE1FA0F) is known color: Chartreuse Yellow. HEX triplet: E1, FA and 0F. RGB value is (225,250,15). Sum of RGB (Red+Green+Blue) = 225+250+15=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 15 (6.25% from 255 or 3.06% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1FA0F is #1E05F0. Grayscale: #D8D8D8. Windows color (decimal): -1967601 or 1047265. OLE color: 1047265.
HSL color Cylindrical-coordinate representation of color #E1FA0F: hue angle of 66.38º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1FA0F is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 15 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.02 |
| HSL | 66.38º | 0.96% | 0.52% | - |
| HSV(B) | 66.38º | 0.94% | 0.98% | - |
| XYZ | 65.32 | 84.41 | 13.3 | - |
| YUV | 215.74 | 14.72 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 15 | 0.10 | 0 | 0.94 | 0.02 | 66.38 | 0.96 | 0.52 |
| Hex | E1 | FA | F | A | 0 | 5E | 2 | 42 | 60 | 34 |
| Octal | 341 | 372 | 17 | 12 | 0 | 136 | 2 | 102 | 140 | 64 |
| Binary | 11100001 | 11111010 | 1111 | 1010 | 0 | 1011110 | 10 | 1000010 | 1100000 | 110100 |
Color Harmonies of #E1FA0F
Complementary color
Monochromatic Colors of #E1FA0F
Black with #E1FA0F
Text Example
Text Example
White with #E1FA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FA0F; }
p { color: rgb(225,250,15); }
H1.HeaderClassName
{
color: #E1FA0F;
}
.AnyTagClassName
{
color: #E1FA0F;
}
</style>
background-color css
<style>
a { background-color: #E1FA0F; }
a { background-color: rgb(225,250,15); }
div.DivClassName
{
background-color: #E1FA0F;
}
.BgClassName
{
background-color: #E1FA0F;
}
</style>
border-color css
<style>
span { border-color: #E1FA0F; }
span { border-color: rgb(225,250,15); }
td.TdClassName
{
border-color: #E1FA0F;
}
.TagClassName
{
border-color: #E1FA0F;
}
</style>