Shades of Chartreuse Yellow #EEF80C
Tints of Chartreuse Yellow #EEF80C
RGB
CMYK
RGB Variations
Color information
#EEF80C (or 0xEEF80C) is known color: Chartreuse Yellow. HEX triplet: EE, F8 and 0C. RGB value is (238,248,12). Sum of RGB (Red+Green+Blue) = 238+248+12=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 12 (5.08% from 255 or 2.41% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF80C is #1107F3. Grayscale: #DBDBDB. Windows color (decimal): -1116148 or 850158. OLE color: 850158.
HSL color Cylindrical-coordinate representation of color #EEF80C: hue angle of 62.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEF80C is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 12 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.03 |
| HSL | 62.54º | 0.94% | 0.51% | - |
| HSV(B) | 62.54º | 0.95% | 0.97% | - |
| XYZ | 68.89 | 85.34 | 13.19 | - |
| YUV | 218.11 | 11.69 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 12 | 0.04 | 0 | 0.95 | 0.03 | 62.54 | 0.94 | 0.51 |
| Hex | EE | F8 | C | 4 | 0 | 5F | 3 | 3F | 5E | 33 |
| Octal | 356 | 370 | 14 | 4 | 0 | 137 | 3 | 77 | 136 | 63 |
| Binary | 11101110 | 11111000 | 1100 | 100 | 0 | 1011111 | 11 | 111111 | 1011110 | 110011 |
Color Harmonies of #EEF80C
Complementary color
Monochromatic Colors of #EEF80C
Black with #EEF80C
Text Example
Text Example
White with #EEF80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF80C; }
p { color: rgb(238,248,12); }
H1.HeaderClassName
{
color: #EEF80C;
}
.AnyTagClassName
{
color: #EEF80C;
}
</style>
background-color css
<style>
a { background-color: #EEF80C; }
a { background-color: rgb(238,248,12); }
div.DivClassName
{
background-color: #EEF80C;
}
.BgClassName
{
background-color: #EEF80C;
}
</style>
border-color css
<style>
span { border-color: #EEF80C; }
span { border-color: rgb(238,248,12); }
td.TdClassName
{
border-color: #EEF80C;
}
.TagClassName
{
border-color: #EEF80C;
}
</style>