Shades of Chartreuse Yellow #E1F200
Tints of Chartreuse Yellow #E1F200
RGB
CMYK
RGB Variations
Color information
#E1F200 (or 0xE1F200) is known color: Chartreuse Yellow. HEX triplet: E1, F2 and 00. RGB value is (225,242,0). Sum of RGB (Red+Green+Blue) = 225+242+0=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1F200 is #1E0DFF. Grayscale: #D2D2D2. Windows color (decimal): -1969664 or 62177. OLE color: 62177.
HSL color Cylindrical-coordinate representation of color #E1F200: hue angle of 64.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1F200 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.05 |
| HSL | 64.21º | 1% | 0.47% | - |
| HSV(B) | 64.21º | 1% | 0.95% | - |
| XYZ | 62.8 | 79.51 | 12.04 | - |
| YUV | 209.33 | 9.87 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 0 | 0.07 | 0 | 1 | 0.05 | 64.21 | 1 | 0.47 |
| Hex | E1 | F2 | 0 | 7 | 0 | 64 | 5 | 40 | 64 | 2F |
| Octal | 341 | 362 | 0 | 7 | 0 | 144 | 5 | 100 | 144 | 57 |
| Binary | 11100001 | 11110010 | 0 | 111 | 0 | 1100100 | 101 | 1000000 | 1100100 | 101111 |
Color Harmonies of #E1F200
Complementary color
Monochromatic Colors of #E1F200
Black with #E1F200
Text Example
Text Example
White with #E1F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F200; }
p { color: rgb(225,242,0); }
H1.HeaderClassName
{
color: #E1F200;
}
.AnyTagClassName
{
color: #E1F200;
}
</style>
background-color css
<style>
a { background-color: #E1F200; }
a { background-color: rgb(225,242,0); }
div.DivClassName
{
background-color: #E1F200;
}
.BgClassName
{
background-color: #E1F200;
}
</style>
border-color css
<style>
span { border-color: #E1F200; }
span { border-color: rgb(225,242,0); }
td.TdClassName
{
border-color: #E1F200;
}
.TagClassName
{
border-color: #E1F200;
}
</style>