Shades of Lemon #EFF810
Tints of Lemon #EFF810
RGB
CMYK
RGB Variations
Color information
#EFF810 (or 0xEFF810) is known color: Lemon. HEX triplet: EF, F8 and 10. RGB value is (239,248,16). Sum of RGB (Red+Green+Blue) = 239+248+16=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 16 (6.64% from 255 or 3.18% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF810 is #1007EF. Grayscale: #DBDBDB. Windows color (decimal): -1050608 or 1112303. OLE color: 1112303.
HSL color Cylindrical-coordinate representation of color #EFF810: hue angle of 62.33º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFF810 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 16 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.03 |
| HSL | 62.33º | 0.94% | 0.52% | - |
| HSV(B) | 62.33º | 0.94% | 0.97% | - |
| XYZ | 69.26 | 85.52 | 13.35 | - |
| YUV | 218.86 | 13.52 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 16 | 0.04 | 0 | 0.94 | 0.03 | 62.33 | 0.94 | 0.52 |
| Hex | EF | F8 | 10 | 4 | 0 | 5E | 3 | 3E | 5E | 34 |
| Octal | 357 | 370 | 20 | 4 | 0 | 136 | 3 | 76 | 136 | 64 |
| Binary | 11101111 | 11111000 | 10000 | 100 | 0 | 1011110 | 11 | 111110 | 1011110 | 110100 |
Color Harmonies of #EFF810
Complementary color
Monochromatic Colors of #EFF810
Black with #EFF810
Text Example
Text Example
White with #EFF810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF810; }
p { color: rgb(239,248,16); }
H1.HeaderClassName
{
color: #EFF810;
}
.AnyTagClassName
{
color: #EFF810;
}
</style>
background-color css
<style>
a { background-color: #EFF810; }
a { background-color: rgb(239,248,16); }
div.DivClassName
{
background-color: #EFF810;
}
.BgClassName
{
background-color: #EFF810;
}
</style>
border-color css
<style>
span { border-color: #EFF810; }
span { border-color: rgb(239,248,16); }
td.TdClassName
{
border-color: #EFF810;
}
.TagClassName
{
border-color: #EFF810;
}
</style>