Shades of Chartreuse Yellow #EAF505
Tints of Chartreuse Yellow #EAF505
RGB
CMYK
RGB Variations
Color information
#EAF505 (or 0xEAF505) is known color: Chartreuse Yellow. HEX triplet: EA, F5 and 05. RGB value is (234,245,5). Sum of RGB (Red+Green+Blue) = 234+245+5=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 5 (2.34% from 255 or 1.03% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF505 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF505 is #150AFA. Grayscale: #D7D7D7. Windows color (decimal): -1379067 or 390634. OLE color: 390634.
HSL color Cylindrical-coordinate representation of color #EAF505: hue angle of 62.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EAF505 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 5 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.04 |
| HSL | 62.75º | 0.96% | 0.49% | - |
| HSV(B) | 62.75º | 0.98% | 0.96% | - |
| XYZ | 66.61 | 82.81 | 12.62 | - |
| YUV | 214.35 | 9.86 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 5 | 0.04 | 0 | 0.98 | 0.04 | 62.75 | 0.96 | 0.49 |
| Hex | EA | F5 | 5 | 4 | 0 | 62 | 4 | 3F | 60 | 31 |
| Octal | 352 | 365 | 5 | 4 | 0 | 142 | 4 | 77 | 140 | 61 |
| Binary | 11101010 | 11110101 | 101 | 100 | 0 | 1100010 | 100 | 111111 | 1100000 | 110001 |
Color Harmonies of #EAF505
Complementary color
Monochromatic Colors of #EAF505
Black with #EAF505
Text Example
Text Example
White with #EAF505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF505; }
p { color: rgb(234,245,5); }
H1.HeaderClassName
{
color: #EAF505;
}
.AnyTagClassName
{
color: #EAF505;
}
</style>
background-color css
<style>
a { background-color: #EAF505; }
a { background-color: rgb(234,245,5); }
div.DivClassName
{
background-color: #EAF505;
}
.BgClassName
{
background-color: #EAF505;
}
</style>
border-color css
<style>
span { border-color: #EAF505; }
span { border-color: rgb(234,245,5); }
td.TdClassName
{
border-color: #EAF505;
}
.TagClassName
{
border-color: #EAF505;
}
</style>