Shades of Lemon #EFF818
Tints of Lemon #EFF818
RGB
CMYK
RGB Variations
Color information
#EFF818 (or 0xEFF818) is known color: Lemon. HEX triplet: EF, F8 and 18. RGB value is (239,248,24). Sum of RGB (Red+Green+Blue) = 239+248+24=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 24 (9.77% from 255 or 4.70% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF818 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF818 is #1007E7. Grayscale: #DCDCDC. Windows color (decimal): -1050600 or 1636591. OLE color: 1636591.
HSL color Cylindrical-coordinate representation of color #EFF818: hue angle of 62.41º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFF818 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 24 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.03 |
| HSL | 62.41º | 0.94% | 0.53% | - |
| HSV(B) | 62.41º | 0.9% | 0.97% | - |
| XYZ | 69.33 | 85.55 | 13.72 | - |
| YUV | 219.77 | 17.52 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 24 | 0.04 | 0 | 0.90 | 0.03 | 62.41 | 0.94 | 0.53 |
| Hex | EF | F8 | 18 | 4 | 0 | 5A | 3 | 3E | 5E | 35 |
| Octal | 357 | 370 | 30 | 4 | 0 | 132 | 3 | 76 | 136 | 65 |
| Binary | 11101111 | 11111000 | 11000 | 100 | 0 | 1011010 | 11 | 111110 | 1011110 | 110101 |
Color Harmonies of #EFF818
Complementary color
Monochromatic Colors of #EFF818
Black with #EFF818
Text Example
Text Example
White with #EFF818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF818; }
p { color: rgb(239,248,24); }
H1.HeaderClassName
{
color: #EFF818;
}
.AnyTagClassName
{
color: #EFF818;
}
</style>
background-color css
<style>
a { background-color: #EFF818; }
a { background-color: rgb(239,248,24); }
div.DivClassName
{
background-color: #EFF818;
}
.BgClassName
{
background-color: #EFF818;
}
</style>
border-color css
<style>
span { border-color: #EFF818; }
span { border-color: rgb(239,248,24); }
td.TdClassName
{
border-color: #EFF818;
}
.TagClassName
{
border-color: #EFF818;
}
</style>