Shades of Chartreuse Yellow #E1F413
Tints of Chartreuse Yellow #E1F413
RGB
CMYK
RGB Variations
Color information
#E1F413 (or 0xE1F413) is known color: Chartreuse Yellow. HEX triplet: E1, F4 and 13. RGB value is (225,244,19). Sum of RGB (Red+Green+Blue) = 225+244+19=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 19 (7.81% from 255 or 3.89% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F413 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1F413 is #1E0BEC. Grayscale: #D5D5D5. Windows color (decimal): -1969133 or 1307873. OLE color: 1307873.
HSL color Cylindrical-coordinate representation of color #E1F413: hue angle of 65.07º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1F413 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 244 | 19 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.04 |
| HSL | 65.07º | 0.91% | 0.52% | - |
| HSV(B) | 65.07º | 0.92% | 0.96% | - |
| XYZ | 63.52 | 80.76 | 12.86 | - |
| YUV | 212.67 | 18.71 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 19 | 0.08 | 0 | 0.92 | 0.04 | 65.07 | 0.91 | 0.52 |
| Hex | E1 | F4 | 13 | 8 | 0 | 5C | 4 | 41 | 5B | 34 |
| Octal | 341 | 364 | 23 | 10 | 0 | 134 | 4 | 101 | 133 | 64 |
| Binary | 11100001 | 11110100 | 10011 | 1000 | 0 | 1011100 | 100 | 1000001 | 1011011 | 110100 |
Color Harmonies of #E1F413
Complementary color
Monochromatic Colors of #E1F413
Black with #E1F413
Text Example
Text Example
White with #E1F413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F413; }
p { color: rgb(225,244,19); }
H1.HeaderClassName
{
color: #E1F413;
}
.AnyTagClassName
{
color: #E1F413;
}
</style>
background-color css
<style>
a { background-color: #E1F413; }
a { background-color: rgb(225,244,19); }
div.DivClassName
{
background-color: #E1F413;
}
.BgClassName
{
background-color: #E1F413;
}
</style>
border-color css
<style>
span { border-color: #E1F413; }
span { border-color: rgb(225,244,19); }
td.TdClassName
{
border-color: #E1F413;
}
.TagClassName
{
border-color: #E1F413;
}
</style>