Shades of Chartreuse Yellow #EAF513
Tints of Chartreuse Yellow #EAF513
RGB
CMYK
RGB Variations
Color information
#EAF513 (or 0xEAF513) is known color: Chartreuse Yellow. HEX triplet: EA, F5 and 13. RGB value is (234,245,19). Sum of RGB (Red+Green+Blue) = 234+245+19=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 19 (7.81% from 255 or 3.82% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF513 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF513 is #150AEC. Grayscale: #D8D8D8. Windows color (decimal): -1379053 or 1308138. OLE color: 1308138.
HSL color Cylindrical-coordinate representation of color #EAF513: hue angle of 62.92º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAF513 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 19 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.04 |
| HSL | 62.92º | 0.92% | 0.52% | - |
| HSV(B) | 62.92º | 0.92% | 0.96% | - |
| XYZ | 66.7 | 82.84 | 13.09 | - |
| YUV | 215.95 | 16.86 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 19 | 0.04 | 0 | 0.92 | 0.04 | 62.92 | 0.92 | 0.52 |
| Hex | EA | F5 | 13 | 4 | 0 | 5C | 4 | 3F | 5C | 34 |
| Octal | 352 | 365 | 23 | 4 | 0 | 134 | 4 | 77 | 134 | 64 |
| Binary | 11101010 | 11110101 | 10011 | 100 | 0 | 1011100 | 100 | 111111 | 1011100 | 110100 |
Color Harmonies of #EAF513
Complementary color
Monochromatic Colors of #EAF513
Black with #EAF513
Text Example
Text Example
White with #EAF513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF513; }
p { color: rgb(234,245,19); }
H1.HeaderClassName
{
color: #EAF513;
}
.AnyTagClassName
{
color: #EAF513;
}
</style>
background-color css
<style>
a { background-color: #EAF513; }
a { background-color: rgb(234,245,19); }
div.DivClassName
{
background-color: #EAF513;
}
.BgClassName
{
background-color: #EAF513;
}
</style>
border-color css
<style>
span { border-color: #EAF513; }
span { border-color: rgb(234,245,19); }
td.TdClassName
{
border-color: #EAF513;
}
.TagClassName
{
border-color: #EAF513;
}
</style>