Shades of Chartreuse Yellow #EAFE10
Tints of Chartreuse Yellow #EAFE10
RGB
CMYK
RGB Variations
Color information
#EAFE10 (or 0xEAFE10) is known color: Chartreuse Yellow. HEX triplet: EA, FE and 10. RGB value is (234,254,16). Sum of RGB (Red+Green+Blue) = 234+254+16=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 16 (6.64% from 255 or 3.17% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFE10 is #1501EF. Grayscale: #DDDDDD. Windows color (decimal): -1376752 or 1113834. OLE color: 1113834.
HSL color Cylindrical-coordinate representation of color #EAFE10: hue angle of 65.04º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAFE10 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 16 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.00 |
| HSL | 65.04º | 0.99% | 0.53% | - |
| HSV(B) | 65.04º | 0.94% | 1% | - |
| XYZ | 69.47 | 88.41 | 13.89 | - |
| YUV | 220.89 | 12.37 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 16 | 0.08 | 0 | 0.94 | 0.00 | 65.04 | 0.99 | 0.53 |
| Hex | EA | FE | 10 | 8 | 0 | 5E | 0 | 41 | 63 | 35 |
| Octal | 352 | 376 | 20 | 10 | 0 | 136 | 0 | 101 | 143 | 65 |
| Binary | 11101010 | 11111110 | 10000 | 1000 | 0 | 1011110 | 0 | 1000001 | 1100011 | 110101 |
Color Harmonies of #EAFE10
Complementary color
Monochromatic Colors of #EAFE10
Black with #EAFE10
Text Example
Text Example
White with #EAFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE10; }
p { color: rgb(234,254,16); }
H1.HeaderClassName
{
color: #EAFE10;
}
.AnyTagClassName
{
color: #EAFE10;
}
</style>
background-color css
<style>
a { background-color: #EAFE10; }
a { background-color: rgb(234,254,16); }
div.DivClassName
{
background-color: #EAFE10;
}
.BgClassName
{
background-color: #EAFE10;
}
</style>
border-color css
<style>
span { border-color: #EAFE10; }
span { border-color: rgb(234,254,16); }
td.TdClassName
{
border-color: #EAFE10;
}
.TagClassName
{
border-color: #EAFE10;
}
</style>