Shades of Lemon #EFF421
Tints of Lemon #EFF421
RGB
CMYK
RGB Variations
Color information
#EFF421 (or 0xEFF421) is known color: Lemon. HEX triplet: EF, F4 and 21. RGB value is (239,244,33). Sum of RGB (Red+Green+Blue) = 239+244+33=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 33 (13.28% from 255 or 6.40% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF421 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF421 is #100BDE. Grayscale: #DBDBDB. Windows color (decimal): -1051615 or 2225391. OLE color: 2225391.
HSL color Cylindrical-coordinate representation of color #EFF421: hue angle of 61.42º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFF421 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 33 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.04 |
| HSL | 61.42º | 0.91% | 0.54% | - |
| HSV(B) | 61.42º | 0.86% | 0.96% | - |
| XYZ | 68.22 | 83.16 | 13.9 | - |
| YUV | 218.45 | 23.34 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 33 | 0.02 | 0 | 0.86 | 0.04 | 61.42 | 0.91 | 0.54 |
| Hex | EF | F4 | 21 | 2 | 0 | 56 | 4 | 3D | 5B | 36 |
| Octal | 357 | 364 | 41 | 2 | 0 | 126 | 4 | 75 | 133 | 66 |
| Binary | 11101111 | 11110100 | 100001 | 10 | 0 | 1010110 | 100 | 111101 | 1011011 | 110110 |
Color Harmonies of #EFF421
Complementary color
Monochromatic Colors of #EFF421
Black with #EFF421
Text Example
Text Example
White with #EFF421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF421; }
p { color: rgb(239,244,33); }
H1.HeaderClassName
{
color: #EFF421;
}
.AnyTagClassName
{
color: #EFF421;
}
</style>
background-color css
<style>
a { background-color: #EFF421; }
a { background-color: rgb(239,244,33); }
div.DivClassName
{
background-color: #EFF421;
}
.BgClassName
{
background-color: #EFF421;
}
</style>
border-color css
<style>
span { border-color: #EFF421; }
span { border-color: rgb(239,244,33); }
td.TdClassName
{
border-color: #EFF421;
}
.TagClassName
{
border-color: #EFF421;
}
</style>