Shades of Chartreuse Yellow #EBFE14
Tints of Chartreuse Yellow #EBFE14
RGB
CMYK
RGB Variations
Color information
#EBFE14 (or 0xEBFE14) is known color: Chartreuse Yellow. HEX triplet: EB, FE and 14. RGB value is (235,254,20). Sum of RGB (Red+Green+Blue) = 235+254+20=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 20 (8.20% from 255 or 3.93% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBFE14 is #1401EB. Grayscale: #DEDEDE. Windows color (decimal): -1311212 or 1375979. OLE color: 1375979.
HSL color Cylindrical-coordinate representation of color #EBFE14: hue angle of 64.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBFE14 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 20 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.00 |
| HSL | 64.87º | 0.99% | 0.54% | - |
| HSV(B) | 64.87º | 0.92% | 1% | - |
| XYZ | 69.83 | 88.6 | 14.08 | - |
| YUV | 221.64 | 14.21 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 20 | 0.07 | 0 | 0.92 | 0.00 | 64.87 | 0.99 | 0.54 |
| Hex | EB | FE | 14 | 7 | 0 | 5C | 0 | 41 | 63 | 36 |
| Octal | 353 | 376 | 24 | 7 | 0 | 134 | 0 | 101 | 143 | 66 |
| Binary | 11101011 | 11111110 | 10100 | 111 | 0 | 1011100 | 0 | 1000001 | 1100011 | 110110 |
Color Harmonies of #EBFE14
Complementary color
Monochromatic Colors of #EBFE14
Black with #EBFE14
Text Example
Text Example
White with #EBFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFE14; }
p { color: rgb(235,254,20); }
H1.HeaderClassName
{
color: #EBFE14;
}
.AnyTagClassName
{
color: #EBFE14;
}
</style>
background-color css
<style>
a { background-color: #EBFE14; }
a { background-color: rgb(235,254,20); }
div.DivClassName
{
background-color: #EBFE14;
}
.BgClassName
{
background-color: #EBFE14;
}
</style>
border-color css
<style>
span { border-color: #EBFE14; }
span { border-color: rgb(235,254,20); }
td.TdClassName
{
border-color: #EBFE14;
}
.TagClassName
{
border-color: #EBFE14;
}
</style>