Shades of Chartreuse Yellow #EAF813
Tints of Chartreuse Yellow #EAF813
RGB
CMYK
RGB Variations
Color information
#EAF813 (or 0xEAF813) is known color: Chartreuse Yellow. HEX triplet: EA, F8 and 13. RGB value is (234,248,19). Sum of RGB (Red+Green+Blue) = 234+248+19=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 19 (7.81% from 255 or 3.79% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF813 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF813 is #1507EC. Grayscale: #DADADA. Windows color (decimal): -1378285 or 1308906. OLE color: 1308906.
HSL color Cylindrical-coordinate representation of color #EAF813: hue angle of 63.67º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAF813 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 248 | 19 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.03 |
| HSL | 63.67º | 0.94% | 0.52% | - |
| HSV(B) | 63.67º | 0.92% | 0.97% | - |
| XYZ | 67.62 | 84.67 | 13.4 | - |
| YUV | 217.71 | 15.86 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 19 | 0.06 | 0 | 0.92 | 0.03 | 63.67 | 0.94 | 0.52 |
| Hex | EA | F8 | 13 | 6 | 0 | 5C | 3 | 40 | 5E | 34 |
| Octal | 352 | 370 | 23 | 6 | 0 | 134 | 3 | 100 | 136 | 64 |
| Binary | 11101010 | 11111000 | 10011 | 110 | 0 | 1011100 | 11 | 1000000 | 1011110 | 110100 |
Color Harmonies of #EAF813
Complementary color
Monochromatic Colors of #EAF813
Black with #EAF813
Text Example
Text Example
White with #EAF813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF813; }
p { color: rgb(234,248,19); }
H1.HeaderClassName
{
color: #EAF813;
}
.AnyTagClassName
{
color: #EAF813;
}
</style>
background-color css
<style>
a { background-color: #EAF813; }
a { background-color: rgb(234,248,19); }
div.DivClassName
{
background-color: #EAF813;
}
.BgClassName
{
background-color: #EAF813;
}
</style>
border-color css
<style>
span { border-color: #EAF813; }
span { border-color: rgb(234,248,19); }
td.TdClassName
{
border-color: #EAF813;
}
.TagClassName
{
border-color: #EAF813;
}
</style>