Shades of Chartreuse Yellow #E1F502
Tints of Chartreuse Yellow #E1F502
RGB
CMYK
RGB Variations
Color information
#E1F502 (or 0xE1F502) is known color: Chartreuse Yellow. HEX triplet: E1, F5 and 02. RGB value is (225,245,2). Sum of RGB (Red+Green+Blue) = 225+245+2=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 2 (1.17% from 255 or 0.42% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1F502 is #1E0AFD. Grayscale: #D4D4D4. Windows color (decimal): -1968894 or 194017. OLE color: 194017.
HSL color Cylindrical-coordinate representation of color #E1F502: hue angle of 64.94º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1F502 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 245 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.04 |
| HSL | 64.94º | 0.98% | 0.48% | - |
| HSV(B) | 64.94º | 0.99% | 0.96% | - |
| XYZ | 63.71 | 81.32 | 12.4 | - |
| YUV | 211.32 | 9.87 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 2 | 0.08 | 0 | 0.99 | 0.04 | 64.94 | 0.98 | 0.48 |
| Hex | E1 | F5 | 2 | 8 | 0 | 63 | 4 | 41 | 62 | 30 |
| Octal | 341 | 365 | 2 | 10 | 0 | 143 | 4 | 101 | 142 | 60 |
| Binary | 11100001 | 11110101 | 10 | 1000 | 0 | 1100011 | 100 | 1000001 | 1100010 | 110000 |
Color Harmonies of #E1F502
Complementary color
Monochromatic Colors of #E1F502
Black with #E1F502
Text Example
Text Example
White with #E1F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F502; }
p { color: rgb(225,245,2); }
H1.HeaderClassName
{
color: #E1F502;
}
.AnyTagClassName
{
color: #E1F502;
}
</style>
background-color css
<style>
a { background-color: #E1F502; }
a { background-color: rgb(225,245,2); }
div.DivClassName
{
background-color: #E1F502;
}
.BgClassName
{
background-color: #E1F502;
}
</style>
border-color css
<style>
span { border-color: #E1F502; }
span { border-color: rgb(225,245,2); }
td.TdClassName
{
border-color: #E1F502;
}
.TagClassName
{
border-color: #E1F502;
}
</style>