Shades of Chartreuse Yellow #EAF612
Tints of Chartreuse Yellow #EAF612
RGB
CMYK
RGB Variations
Color information
#EAF612 (or 0xEAF612) is known color: Chartreuse Yellow. HEX triplet: EA, F6 and 12. RGB value is (234,246,18). Sum of RGB (Red+Green+Blue) = 234+246+18=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 18 (7.42% from 255 or 3.61% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF612 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF612 is #1509ED. Grayscale: #D9D9D9. Windows color (decimal): -1378798 or 1242858. OLE color: 1242858.
HSL color Cylindrical-coordinate representation of color #EAF612: hue angle of 63.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAF612 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 18 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.04 |
| HSL | 63.16º | 0.93% | 0.52% | - |
| HSV(B) | 63.16º | 0.93% | 0.96% | - |
| XYZ | 67 | 83.45 | 13.15 | - |
| YUV | 216.42 | 16.02 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 18 | 0.05 | 0 | 0.93 | 0.04 | 63.16 | 0.93 | 0.52 |
| Hex | EA | F6 | 12 | 5 | 0 | 5D | 4 | 3F | 5D | 34 |
| Octal | 352 | 366 | 22 | 5 | 0 | 135 | 4 | 77 | 135 | 64 |
| Binary | 11101010 | 11110110 | 10010 | 101 | 0 | 1011101 | 100 | 111111 | 1011101 | 110100 |
Color Harmonies of #EAF612
Complementary color
Monochromatic Colors of #EAF612
Black with #EAF612
Text Example
Text Example
White with #EAF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF612; }
p { color: rgb(234,246,18); }
H1.HeaderClassName
{
color: #EAF612;
}
.AnyTagClassName
{
color: #EAF612;
}
</style>
background-color css
<style>
a { background-color: #EAF612; }
a { background-color: rgb(234,246,18); }
div.DivClassName
{
background-color: #EAF612;
}
.BgClassName
{
background-color: #EAF612;
}
</style>
border-color css
<style>
span { border-color: #EAF612; }
span { border-color: rgb(234,246,18); }
td.TdClassName
{
border-color: #EAF612;
}
.TagClassName
{
border-color: #EAF612;
}
</style>