Shades of Chartreuse Yellow #EFFE14
Tints of Chartreuse Yellow #EFFE14
RGB
CMYK
RGB Variations
Color information
#EFFE14 (or 0xEFFE14) is known color: Chartreuse Yellow. HEX triplet: EF, FE and 14. RGB value is (239,254,20). Sum of RGB (Red+Green+Blue) = 239+254+20=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 20 (8.20% from 255 or 3.90% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFE14 is #1001EB. Grayscale: #DFDFDF. Windows color (decimal): -1049068 or 1375983. OLE color: 1375983.
HSL color Cylindrical-coordinate representation of color #EFFE14: hue angle of 63.85º 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 #EFFE14 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 20 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.00 |
| HSL | 63.85º | 0.99% | 0.54% | - |
| HSV(B) | 63.85º | 0.92% | 1% | - |
| XYZ | 71.16 | 89.28 | 14.14 | - |
| YUV | 222.84 | 13.53 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 20 | 0.06 | 0 | 0.92 | 0.00 | 63.85 | 0.99 | 0.54 |
| Hex | EF | FE | 14 | 6 | 0 | 5C | 0 | 40 | 63 | 36 |
| Octal | 357 | 376 | 24 | 6 | 0 | 134 | 0 | 100 | 143 | 66 |
| Binary | 11101111 | 11111110 | 10100 | 110 | 0 | 1011100 | 0 | 1000000 | 1100011 | 110110 |
Color Harmonies of #EFFE14
Complementary color
Monochromatic Colors of #EFFE14
Black with #EFFE14
Text Example
Text Example
White with #EFFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE14; }
p { color: rgb(239,254,20); }
H1.HeaderClassName
{
color: #EFFE14;
}
.AnyTagClassName
{
color: #EFFE14;
}
</style>
background-color css
<style>
a { background-color: #EFFE14; }
a { background-color: rgb(239,254,20); }
div.DivClassName
{
background-color: #EFFE14;
}
.BgClassName
{
background-color: #EFFE14;
}
</style>
border-color css
<style>
span { border-color: #EFFE14; }
span { border-color: rgb(239,254,20); }
td.TdClassName
{
border-color: #EFFE14;
}
.TagClassName
{
border-color: #EFFE14;
}
</style>