Shades of Chartreuse Yellow #EEF80D
Tints of Chartreuse Yellow #EEF80D
RGB
CMYK
RGB Variations
Color information
#EEF80D (or 0xEEF80D) is known color: Chartreuse Yellow. HEX triplet: EE, F8 and 0D. RGB value is (238,248,13). Sum of RGB (Red+Green+Blue) = 238+248+13=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 13 (5.47% from 255 or 2.61% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF80D is #1107F2. Grayscale: #DBDBDB. Windows color (decimal): -1116147 or 915694. OLE color: 915694.
HSL color Cylindrical-coordinate representation of color #EEF80D: hue angle of 62.55º 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 #EEF80D is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 13 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.03 |
| HSL | 62.55º | 0.94% | 0.51% | - |
| HSV(B) | 62.55º | 0.95% | 0.97% | - |
| XYZ | 68.9 | 85.34 | 13.22 | - |
| YUV | 218.22 | 12.19 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 13 | 0.04 | 0 | 0.95 | 0.03 | 62.55 | 0.94 | 0.51 |
| Hex | EE | F8 | D | 4 | 0 | 5F | 3 | 3F | 5E | 33 |
| Octal | 356 | 370 | 15 | 4 | 0 | 137 | 3 | 77 | 136 | 63 |
| Binary | 11101110 | 11111000 | 1101 | 100 | 0 | 1011111 | 11 | 111111 | 1011110 | 110011 |
Color Harmonies of #EEF80D
Complementary color
Monochromatic Colors of #EEF80D
Black with #EEF80D
Text Example
Text Example
White with #EEF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF80D; }
p { color: rgb(238,248,13); }
H1.HeaderClassName
{
color: #EEF80D;
}
.AnyTagClassName
{
color: #EEF80D;
}
</style>
background-color css
<style>
a { background-color: #EEF80D; }
a { background-color: rgb(238,248,13); }
div.DivClassName
{
background-color: #EEF80D;
}
.BgClassName
{
background-color: #EEF80D;
}
</style>
border-color css
<style>
span { border-color: #EEF80D; }
span { border-color: rgb(238,248,13); }
td.TdClassName
{
border-color: #EEF80D;
}
.TagClassName
{
border-color: #EEF80D;
}
</style>