Shades of Lemon #EFF416
Tints of Lemon #EFF416
RGB
CMYK
RGB Variations
Color information
#EFF416 (or 0xEFF416) is known color: Lemon. HEX triplet: EF, F4 and 16. RGB value is (239,244,22). Sum of RGB (Red+Green+Blue) = 239+244+22=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 22 (8.98% from 255 or 4.36% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF416 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF416 is #100BE9. Grayscale: #DADADA. Windows color (decimal): -1051626 or 1504495. OLE color: 1504495.
HSL color Cylindrical-coordinate representation of color #EFF416: hue angle of 61.35º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFF416 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 22 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.04 |
| HSL | 61.35º | 0.91% | 0.52% | - |
| HSV(B) | 61.35º | 0.91% | 0.96% | - |
| XYZ | 68.09 | 83.11 | 13.21 | - |
| YUV | 217.2 | 17.84 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 22 | 0.02 | 0 | 0.91 | 0.04 | 61.35 | 0.91 | 0.52 |
| Hex | EF | F4 | 16 | 2 | 0 | 5B | 4 | 3D | 5B | 34 |
| Octal | 357 | 364 | 26 | 2 | 0 | 133 | 4 | 75 | 133 | 64 |
| Binary | 11101111 | 11110100 | 10110 | 10 | 0 | 1011011 | 100 | 111101 | 1011011 | 110100 |
Color Harmonies of #EFF416
Complementary color
Monochromatic Colors of #EFF416
Black with #EFF416
Text Example
Text Example
White with #EFF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF416; }
p { color: rgb(239,244,22); }
H1.HeaderClassName
{
color: #EFF416;
}
.AnyTagClassName
{
color: #EFF416;
}
</style>
background-color css
<style>
a { background-color: #EFF416; }
a { background-color: rgb(239,244,22); }
div.DivClassName
{
background-color: #EFF416;
}
.BgClassName
{
background-color: #EFF416;
}
</style>
border-color css
<style>
span { border-color: #EFF416; }
span { border-color: rgb(239,244,22); }
td.TdClassName
{
border-color: #EFF416;
}
.TagClassName
{
border-color: #EFF416;
}
</style>