Shades of Chartreuse Yellow #EEFF14
Tints of Chartreuse Yellow #EEFF14
RGB
CMYK
RGB Variations
Color information
#EEFF14 (or 0xEEFF14) is known color: Chartreuse Yellow. HEX triplet: EE, FF and 14. RGB value is (238,255,20). Sum of RGB (Red+Green+Blue) = 238+255+20=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 20 (8.20% from 255 or 3.90% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEFF14 is #1100EB. Grayscale: #E0E0E0. Windows color (decimal): -1114348 or 1376238. OLE color: 1376238.
HSL color Cylindrical-coordinate representation of color #EEFF14: hue angle of 64.34º 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 #EEFF14 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 20 | - |
| CMYK | 0.07 | 0 | 0.92 | 0 |
| HSL | 64.34º | 1% | 0.54% | - |
| HSV(B) | 64.34º | 0.92% | 1% | - |
| XYZ | 71.15 | 89.75 | 14.24 | - |
| YUV | 223.13 | 13.37 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 20 | 0.07 | 0 | 0.92 | 0 | 64.34 | 1 | 0.54 |
| Hex | EE | FF | 14 | 7 | 0 | 5C | 0 | 40 | 64 | 36 |
| Octal | 356 | 377 | 24 | 7 | 0 | 134 | 0 | 100 | 144 | 66 |
| Binary | 11101110 | 11111111 | 10100 | 111 | 0 | 1011100 | 0 | 1000000 | 1100100 | 110110 |
Color Harmonies of #EEFF14
Complementary color
Monochromatic Colors of #EEFF14
Black with #EEFF14
Text Example
Text Example
White with #EEFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF14; }
p { color: rgb(238,255,20); }
H1.HeaderClassName
{
color: #EEFF14;
}
.AnyTagClassName
{
color: #EEFF14;
}
</style>
background-color css
<style>
a { background-color: #EEFF14; }
a { background-color: rgb(238,255,20); }
div.DivClassName
{
background-color: #EEFF14;
}
.BgClassName
{
background-color: #EEFF14;
}
</style>
border-color css
<style>
span { border-color: #EEFF14; }
span { border-color: rgb(238,255,20); }
td.TdClassName
{
border-color: #EEFF14;
}
.TagClassName
{
border-color: #EEFF14;
}
</style>