Shades of Chartreuse Yellow #EAFA12
Tints of Chartreuse Yellow #EAFA12
RGB
CMYK
RGB Variations
Color information
#EAFA12 (or 0xEAFA12) is known color: Chartreuse Yellow. HEX triplet: EA, FA and 12. RGB value is (234,250,18). Sum of RGB (Red+Green+Blue) = 234+250+18=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 18 (7.42% from 255 or 3.59% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFA12 is #1505ED. Grayscale: #DBDBDB. Windows color (decimal): -1377774 or 1243882. OLE color: 1243882.
HSL color Cylindrical-coordinate representation of color #EAFA12: hue angle of 64.14º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAFA12 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 250 | 18 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.02 |
| HSL | 64.14º | 0.96% | 0.53% | - |
| HSV(B) | 64.14º | 0.93% | 0.98% | - |
| XYZ | 68.23 | 85.91 | 13.56 | - |
| YUV | 218.77 | 14.7 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 250 | 18 | 0.06 | 0 | 0.93 | 0.02 | 64.14 | 0.96 | 0.53 |
| Hex | EA | FA | 12 | 6 | 0 | 5D | 2 | 40 | 60 | 35 |
| Octal | 352 | 372 | 22 | 6 | 0 | 135 | 2 | 100 | 140 | 65 |
| Binary | 11101010 | 11111010 | 10010 | 110 | 0 | 1011101 | 10 | 1000000 | 1100000 | 110101 |
Color Harmonies of #EAFA12
Complementary color
Monochromatic Colors of #EAFA12
Black with #EAFA12
Text Example
Text Example
White with #EAFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFA12; }
p { color: rgb(234,250,18); }
H1.HeaderClassName
{
color: #EAFA12;
}
.AnyTagClassName
{
color: #EAFA12;
}
</style>
background-color css
<style>
a { background-color: #EAFA12; }
a { background-color: rgb(234,250,18); }
div.DivClassName
{
background-color: #EAFA12;
}
.BgClassName
{
background-color: #EAFA12;
}
</style>
border-color css
<style>
span { border-color: #EAFA12; }
span { border-color: rgb(234,250,18); }
td.TdClassName
{
border-color: #EAFA12;
}
.TagClassName
{
border-color: #EAFA12;
}
</style>