Shades of Chartreuse Yellow #EAFB0C
Tints of Chartreuse Yellow #EAFB0C
RGB
CMYK
RGB Variations
Color information
#EAFB0C (or 0xEAFB0C) is known color: Chartreuse Yellow. HEX triplet: EA, FB and 0C. RGB value is (234,251,12). Sum of RGB (Red+Green+Blue) = 234+251+12=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 12 (5.08% from 255 or 2.41% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFB0C is #1504F3. Grayscale: #DBDBDB. Windows color (decimal): -1377524 or 850922. OLE color: 850922.
HSL color Cylindrical-coordinate representation of color #EAFB0C: hue angle of 64.27º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAFB0C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 251 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.02 |
| HSL | 64.27º | 0.97% | 0.52% | - |
| HSV(B) | 64.27º | 0.95% | 0.98% | - |
| XYZ | 68.5 | 86.51 | 13.44 | - |
| YUV | 218.67 | 11.37 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 251 | 12 | 0.07 | 0 | 0.95 | 0.02 | 64.27 | 0.97 | 0.52 |
| Hex | EA | FB | C | 7 | 0 | 5F | 2 | 40 | 61 | 34 |
| Octal | 352 | 373 | 14 | 7 | 0 | 137 | 2 | 100 | 141 | 64 |
| Binary | 11101010 | 11111011 | 1100 | 111 | 0 | 1011111 | 10 | 1000000 | 1100001 | 110100 |
Color Harmonies of #EAFB0C
Complementary color
Monochromatic Colors of #EAFB0C
Black with #EAFB0C
Text Example
Text Example
White with #EAFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFB0C; }
p { color: rgb(234,251,12); }
H1.HeaderClassName
{
color: #EAFB0C;
}
.AnyTagClassName
{
color: #EAFB0C;
}
</style>
background-color css
<style>
a { background-color: #EAFB0C; }
a { background-color: rgb(234,251,12); }
div.DivClassName
{
background-color: #EAFB0C;
}
.BgClassName
{
background-color: #EAFB0C;
}
</style>
border-color css
<style>
span { border-color: #EAFB0C; }
span { border-color: rgb(234,251,12); }
td.TdClassName
{
border-color: #EAFB0C;
}
.TagClassName
{
border-color: #EAFB0C;
}
</style>