Shades of Chartreuse Yellow #E1F512
Tints of Chartreuse Yellow #E1F512
RGB
CMYK
RGB Variations
Color information
#E1F512 (or 0xE1F512) is known color: Chartreuse Yellow. HEX triplet: E1, F5 and 12. RGB value is (225,245,18). Sum of RGB (Red+Green+Blue) = 225+245+18=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1F512 is #1E0AED. Grayscale: #D6D6D6. Windows color (decimal): -1968878 or 1242593. OLE color: 1242593.
HSL color Cylindrical-coordinate representation of color #E1F512: hue angle of 65.29º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1F512 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 245 | 18 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.04 |
| HSL | 65.29º | 0.92% | 0.52% | - |
| HSV(B) | 65.29º | 0.93% | 0.96% | - |
| XYZ | 63.81 | 81.36 | 12.91 | - |
| YUV | 213.14 | 17.87 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 18 | 0.08 | 0 | 0.93 | 0.04 | 65.29 | 0.92 | 0.52 |
| Hex | E1 | F5 | 12 | 8 | 0 | 5D | 4 | 41 | 5C | 34 |
| Octal | 341 | 365 | 22 | 10 | 0 | 135 | 4 | 101 | 134 | 64 |
| Binary | 11100001 | 11110101 | 10010 | 1000 | 0 | 1011101 | 100 | 1000001 | 1011100 | 110100 |
Color Harmonies of #E1F512
Complementary color
Monochromatic Colors of #E1F512
Black with #E1F512
Text Example
Text Example
White with #E1F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F512; }
p { color: rgb(225,245,18); }
H1.HeaderClassName
{
color: #E1F512;
}
.AnyTagClassName
{
color: #E1F512;
}
</style>
background-color css
<style>
a { background-color: #E1F512; }
a { background-color: rgb(225,245,18); }
div.DivClassName
{
background-color: #E1F512;
}
.BgClassName
{
background-color: #E1F512;
}
</style>
border-color css
<style>
span { border-color: #E1F512; }
span { border-color: rgb(225,245,18); }
td.TdClassName
{
border-color: #E1F512;
}
.TagClassName
{
border-color: #E1F512;
}
</style>