Shades of Lemon #EFF81F
Tints of Lemon #EFF81F
RGB
CMYK
RGB Variations
Color information
#EFF81F (or 0xEFF81F) is known color: Lemon. HEX triplet: EF, F8 and 1F. RGB value is (239,248,31). Sum of RGB (Red+Green+Blue) = 239+248+31=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 31 (12.5% from 255 or 5.98% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF81F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF81F is #1007E0. Grayscale: #DDDDDD. Windows color (decimal): -1050593 or 2095343. OLE color: 2095343.
HSL color Cylindrical-coordinate representation of color #EFF81F: hue angle of 62.49º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFF81F is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 31 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.03 |
| HSL | 62.49º | 0.94% | 0.55% | - |
| HSV(B) | 62.49º | 0.88% | 0.97% | - |
| XYZ | 69.41 | 85.58 | 14.16 | - |
| YUV | 220.57 | 21.02 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 31 | 0.04 | 0 | 0.88 | 0.03 | 62.49 | 0.94 | 0.55 |
| Hex | EF | F8 | 1F | 4 | 0 | 58 | 3 | 3E | 5E | 37 |
| Octal | 357 | 370 | 37 | 4 | 0 | 130 | 3 | 76 | 136 | 67 |
| Binary | 11101111 | 11111000 | 11111 | 100 | 0 | 1011000 | 11 | 111110 | 1011110 | 110111 |
Color Harmonies of #EFF81F
Complementary color
Monochromatic Colors of #EFF81F
Black with #EFF81F
Text Example
Text Example
White with #EFF81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF81F; }
p { color: rgb(239,248,31); }
H1.HeaderClassName
{
color: #EFF81F;
}
.AnyTagClassName
{
color: #EFF81F;
}
</style>
background-color css
<style>
a { background-color: #EFF81F; }
a { background-color: rgb(239,248,31); }
div.DivClassName
{
background-color: #EFF81F;
}
.BgClassName
{
background-color: #EFF81F;
}
</style>
border-color css
<style>
span { border-color: #EFF81F; }
span { border-color: rgb(239,248,31); }
td.TdClassName
{
border-color: #EFF81F;
}
.TagClassName
{
border-color: #EFF81F;
}
</style>