Shades of Chartreuse Yellow #E1F10F
Tints of Chartreuse Yellow #E1F10F
RGB
CMYK
RGB Variations
Color information
#E1F10F (or 0xE1F10F) is known color: Chartreuse Yellow. HEX triplet: E1, F1 and 0F. RGB value is (225,241,15). Sum of RGB (Red+Green+Blue) = 225+241+15=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 15 (6.25% from 255 or 3.12% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1F10F is #1E0EF0. Grayscale: #D3D3D3. Windows color (decimal): -1969905 or 1044961. OLE color: 1044961.
HSL color Cylindrical-coordinate representation of color #E1F10F: hue angle of 64.25º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1F10F is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 15 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.05 |
| HSL | 64.25º | 0.89% | 0.5% | - |
| HSV(B) | 64.25º | 0.94% | 0.95% | - |
| XYZ | 62.59 | 78.95 | 12.39 | - |
| YUV | 210.45 | 17.7 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 15 | 0.07 | 0 | 0.94 | 0.05 | 64.25 | 0.89 | 0.5 |
| Hex | E1 | F1 | F | 7 | 0 | 5E | 5 | 40 | 59 | 32 |
| Octal | 341 | 361 | 17 | 7 | 0 | 136 | 5 | 100 | 131 | 62 |
| Binary | 11100001 | 11110001 | 1111 | 111 | 0 | 1011110 | 101 | 1000000 | 1011001 | 110010 |
Color Harmonies of #E1F10F
Complementary color
Monochromatic Colors of #E1F10F
Black with #E1F10F
Text Example
Text Example
White with #E1F10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F10F; }
p { color: rgb(225,241,15); }
H1.HeaderClassName
{
color: #E1F10F;
}
.AnyTagClassName
{
color: #E1F10F;
}
</style>
background-color css
<style>
a { background-color: #E1F10F; }
a { background-color: rgb(225,241,15); }
div.DivClassName
{
background-color: #E1F10F;
}
.BgClassName
{
background-color: #E1F10F;
}
</style>
border-color css
<style>
span { border-color: #E1F10F; }
span { border-color: rgb(225,241,15); }
td.TdClassName
{
border-color: #E1F10F;
}
.TagClassName
{
border-color: #E1F10F;
}
</style>