Shades of Chartreuse Yellow #EEF502
Tints of Chartreuse Yellow #EEF502
RGB
CMYK
RGB Variations
Color information
#EEF502 (or 0xEEF502) is known color: Chartreuse Yellow. HEX triplet: EE, F5 and 02. RGB value is (238,245,2). Sum of RGB (Red+Green+Blue) = 238+245+2=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 2 (1.17% from 255 or 0.41% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF502 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF502 is #110AFD. Grayscale: #D8D8D8. Windows color (decimal): -1116926 or 194030. OLE color: 194030.
HSL color Cylindrical-coordinate representation of color #EEF502: hue angle of 61.73º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEF502 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.04 |
| HSL | 61.73º | 0.98% | 0.48% | - |
| HSV(B) | 61.73º | 0.99% | 0.96% | - |
| XYZ | 67.92 | 83.49 | 12.59 | - |
| YUV | 215.21 | 7.68 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 2 | 0.03 | 0 | 0.99 | 0.04 | 61.73 | 0.98 | 0.48 |
| Hex | EE | F5 | 2 | 3 | 0 | 63 | 4 | 3E | 62 | 30 |
| Octal | 356 | 365 | 2 | 3 | 0 | 143 | 4 | 76 | 142 | 60 |
| Binary | 11101110 | 11110101 | 10 | 11 | 0 | 1100011 | 100 | 111110 | 1100010 | 110000 |
Color Harmonies of #EEF502
Complementary color
Monochromatic Colors of #EEF502
Black with #EEF502
Text Example
Text Example
White with #EEF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF502; }
p { color: rgb(238,245,2); }
H1.HeaderClassName
{
color: #EEF502;
}
.AnyTagClassName
{
color: #EEF502;
}
</style>
background-color css
<style>
a { background-color: #EEF502; }
a { background-color: rgb(238,245,2); }
div.DivClassName
{
background-color: #EEF502;
}
.BgClassName
{
background-color: #EEF502;
}
</style>
border-color css
<style>
span { border-color: #EEF502; }
span { border-color: rgb(238,245,2); }
td.TdClassName
{
border-color: #EEF502;
}
.TagClassName
{
border-color: #EEF502;
}
</style>