Shades of Chartreuse Yellow #EAFD01
Tints of Chartreuse Yellow #EAFD01
RGB
CMYK
RGB Variations
Color information
#EAFD01 (or 0xEAFD01) is known color: Chartreuse Yellow. HEX triplet: EA, FD and 01. RGB value is (234,253,1). Sum of RGB (Red+Green+Blue) = 234+253+1=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 1 (0.78% from 255 or 0.20% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFD01 is #1502FE. Grayscale: #DBDBDB. Windows color (decimal): -1377023 or 130538. OLE color: 130538.
HSL color Cylindrical-coordinate representation of color #EAFD01: hue angle of 64.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAFD01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 1 | - |
| CMYK | 0.08 | 0 | 1.00 | 0.01 |
| HSL | 64.52º | 0.99% | 0.5% | - |
| HSV(B) | 64.52º | 1% | 0.99% | - |
| XYZ | 69.06 | 87.75 | 13.33 | - |
| YUV | 218.59 | 5.21 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 1 | 0.08 | 0 | 1.00 | 0.01 | 64.52 | 0.99 | 0.5 |
| Hex | EA | FD | 1 | 8 | 0 | 64 | 1 | 41 | 63 | 32 |
| Octal | 352 | 375 | 1 | 10 | 0 | 144 | 1 | 101 | 143 | 62 |
| Binary | 11101010 | 11111101 | 1 | 1000 | 0 | 1100100 | 1 | 1000001 | 1100011 | 110010 |
Color Harmonies of #EAFD01
Complementary color
Monochromatic Colors of #EAFD01
Black with #EAFD01
Text Example
Text Example
White with #EAFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD01; }
p { color: rgb(234,253,1); }
H1.HeaderClassName
{
color: #EAFD01;
}
.AnyTagClassName
{
color: #EAFD01;
}
</style>
background-color css
<style>
a { background-color: #EAFD01; }
a { background-color: rgb(234,253,1); }
div.DivClassName
{
background-color: #EAFD01;
}
.BgClassName
{
background-color: #EAFD01;
}
</style>
border-color css
<style>
span { border-color: #EAFD01; }
span { border-color: rgb(234,253,1); }
td.TdClassName
{
border-color: #EAFD01;
}
.TagClassName
{
border-color: #EAFD01;
}
</style>