Shades of Chartreuse Yellow #EFFF14
Tints of Chartreuse Yellow #EFFF14
RGB
CMYK
RGB Variations
Color information
#EFFF14 (or 0xEFFF14) is known color: Chartreuse Yellow. HEX triplet: EF, FF and 14. RGB value is (239,255,20). Sum of RGB (Red+Green+Blue) = 239+255+20=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 20 (8.20% from 255 or 3.89% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFF14 is #1000EB. Grayscale: #E0E0E0. Windows color (decimal): -1048812 or 1376239. OLE color: 1376239.
HSL color Cylindrical-coordinate representation of color #EFFF14: hue angle of 64.09º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFFF14 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 20 | - |
| CMYK | 0.06 | 0 | 0.92 | 0 |
| HSL | 64.09º | 1% | 0.54% | - |
| HSV(B) | 64.09º | 0.92% | 1% | - |
| XYZ | 71.48 | 89.92 | 14.25 | - |
| YUV | 223.43 | 13.2 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 20 | 0.06 | 0 | 0.92 | 0 | 64.09 | 1 | 0.54 |
| Hex | EF | FF | 14 | 6 | 0 | 5C | 0 | 40 | 64 | 36 |
| Octal | 357 | 377 | 24 | 6 | 0 | 134 | 0 | 100 | 144 | 66 |
| Binary | 11101111 | 11111111 | 10100 | 110 | 0 | 1011100 | 0 | 1000000 | 1100100 | 110110 |
Color Harmonies of #EFFF14
Complementary color
Monochromatic Colors of #EFFF14
Black with #EFFF14
Text Example
Text Example
White with #EFFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF14; }
p { color: rgb(239,255,20); }
H1.HeaderClassName
{
color: #EFFF14;
}
.AnyTagClassName
{
color: #EFFF14;
}
</style>
background-color css
<style>
a { background-color: #EFFF14; }
a { background-color: rgb(239,255,20); }
div.DivClassName
{
background-color: #EFFF14;
}
.BgClassName
{
background-color: #EFFF14;
}
</style>
border-color css
<style>
span { border-color: #EFFF14; }
span { border-color: rgb(239,255,20); }
td.TdClassName
{
border-color: #EFFF14;
}
.TagClassName
{
border-color: #EFFF14;
}
</style>