Shades of Chartreuse Yellow #E1F300
Tints of Chartreuse Yellow #E1F300
RGB
CMYK
RGB Variations
Color information
#E1F300 (or 0xE1F300) is known color: Chartreuse Yellow. HEX triplet: E1, F3 and 00. RGB value is (225,243,0). Sum of RGB (Red+Green+Blue) = 225+243+0=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1F300 is #1E0CFF. Grayscale: #D2D2D2. Windows color (decimal): -1969408 or 62433. OLE color: 62433.
HSL color Cylindrical-coordinate representation of color #E1F300: hue angle of 64.44º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1F300 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 243 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.05 |
| HSL | 64.44º | 1% | 0.48% | - |
| HSV(B) | 64.44º | 1% | 0.95% | - |
| XYZ | 63.1 | 80.11 | 12.14 | - |
| YUV | 209.92 | 9.54 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 243 | 0 | 0.07 | 0 | 1 | 0.05 | 64.44 | 1 | 0.48 |
| Hex | E1 | F3 | 0 | 7 | 0 | 64 | 5 | 40 | 64 | 30 |
| Octal | 341 | 363 | 0 | 7 | 0 | 144 | 5 | 100 | 144 | 60 |
| Binary | 11100001 | 11110011 | 0 | 111 | 0 | 1100100 | 101 | 1000000 | 1100100 | 110000 |
Color Harmonies of #E1F300
Complementary color
Monochromatic Colors of #E1F300
Black with #E1F300
Text Example
Text Example
White with #E1F300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F300; }
p { color: rgb(225,243,0); }
H1.HeaderClassName
{
color: #E1F300;
}
.AnyTagClassName
{
color: #E1F300;
}
</style>
background-color css
<style>
a { background-color: #E1F300; }
a { background-color: rgb(225,243,0); }
div.DivClassName
{
background-color: #E1F300;
}
.BgClassName
{
background-color: #E1F300;
}
</style>
border-color css
<style>
span { border-color: #E1F300; }
span { border-color: rgb(225,243,0); }
td.TdClassName
{
border-color: #E1F300;
}
.TagClassName
{
border-color: #E1F300;
}
</style>