Shades of Chartreuse Yellow #EAF80F
Tints of Chartreuse Yellow #EAF80F
RGB
CMYK
RGB Variations
Color information
#EAF80F (or 0xEAF80F) is known color: Chartreuse Yellow. HEX triplet: EA, F8 and 0F. RGB value is (234,248,15). Sum of RGB (Red+Green+Blue) = 234+248+15=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 15 (6.25% from 255 or 3.02% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF80F is #1507F0. Grayscale: #DADADA. Windows color (decimal): -1378289 or 1046762. OLE color: 1046762.
HSL color Cylindrical-coordinate representation of color #EAF80F: hue angle of 63.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAF80F is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 248 | 15 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.03 |
| HSL | 63.61º | 0.94% | 0.52% | - |
| HSV(B) | 63.61º | 0.94% | 0.97% | - |
| XYZ | 67.59 | 84.66 | 13.23 | - |
| YUV | 217.25 | 13.86 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 15 | 0.06 | 0 | 0.94 | 0.03 | 63.61 | 0.94 | 0.52 |
| Hex | EA | F8 | F | 6 | 0 | 5E | 3 | 40 | 5E | 34 |
| Octal | 352 | 370 | 17 | 6 | 0 | 136 | 3 | 100 | 136 | 64 |
| Binary | 11101010 | 11111000 | 1111 | 110 | 0 | 1011110 | 11 | 1000000 | 1011110 | 110100 |
Color Harmonies of #EAF80F
Complementary color
Monochromatic Colors of #EAF80F
Black with #EAF80F
Text Example
Text Example
White with #EAF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF80F; }
p { color: rgb(234,248,15); }
H1.HeaderClassName
{
color: #EAF80F;
}
.AnyTagClassName
{
color: #EAF80F;
}
</style>
background-color css
<style>
a { background-color: #EAF80F; }
a { background-color: rgb(234,248,15); }
div.DivClassName
{
background-color: #EAF80F;
}
.BgClassName
{
background-color: #EAF80F;
}
</style>
border-color css
<style>
span { border-color: #EAF80F; }
span { border-color: rgb(234,248,15); }
td.TdClassName
{
border-color: #EAF80F;
}
.TagClassName
{
border-color: #EAF80F;
}
</style>