Shades of Chartreuse Yellow #EAFE14
Tints of Chartreuse Yellow #EAFE14
RGB
CMYK
RGB Variations
Color information
#EAFE14 (or 0xEAFE14) is known color: Chartreuse Yellow. HEX triplet: EA, FE and 14. RGB value is (234,254,20). Sum of RGB (Red+Green+Blue) = 234+254+20=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 20 (8.20% from 255 or 3.94% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFE14 is #1501EB. Grayscale: #DEDEDE. Windows color (decimal): -1376748 or 1375978. OLE color: 1375978.
HSL color Cylindrical-coordinate representation of color #EAFE14: hue angle of 65.13º 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 #EAFE14 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 20 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.00 |
| HSL | 65.13º | 0.99% | 0.54% | - |
| HSV(B) | 65.13º | 0.92% | 1% | - |
| XYZ | 69.5 | 88.43 | 14.07 | - |
| YUV | 221.34 | 14.37 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 20 | 0.08 | 0 | 0.92 | 0.00 | 65.13 | 0.99 | 0.54 |
| Hex | EA | FE | 14 | 8 | 0 | 5C | 0 | 41 | 63 | 36 |
| Octal | 352 | 376 | 24 | 10 | 0 | 134 | 0 | 101 | 143 | 66 |
| Binary | 11101010 | 11111110 | 10100 | 1000 | 0 | 1011100 | 0 | 1000001 | 1100011 | 110110 |
Color Harmonies of #EAFE14
Complementary color
Monochromatic Colors of #EAFE14
Black with #EAFE14
Text Example
Text Example
White with #EAFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE14; }
p { color: rgb(234,254,20); }
H1.HeaderClassName
{
color: #EAFE14;
}
.AnyTagClassName
{
color: #EAFE14;
}
</style>
background-color css
<style>
a { background-color: #EAFE14; }
a { background-color: rgb(234,254,20); }
div.DivClassName
{
background-color: #EAFE14;
}
.BgClassName
{
background-color: #EAFE14;
}
</style>
border-color css
<style>
span { border-color: #EAFE14; }
span { border-color: rgb(234,254,20); }
td.TdClassName
{
border-color: #EAFE14;
}
.TagClassName
{
border-color: #EAFE14;
}
</style>