Shades of Lemon #EFF813
Tints of Lemon #EFF813
RGB
CMYK
RGB Variations
Color information
#EFF813 (or 0xEFF813) is known color: Lemon. HEX triplet: EF, F8 and 13. RGB value is (239,248,19). Sum of RGB (Red+Green+Blue) = 239+248+19=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 19 (7.81% from 255 or 3.75% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF813 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF813 is #1007EC. Grayscale: #DCDCDC. Windows color (decimal): -1050605 or 1308911. OLE color: 1308911.
HSL color Cylindrical-coordinate representation of color #EFF813: hue angle of 62.36º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFF813 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 19 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.03 |
| HSL | 62.36º | 0.94% | 0.52% | - |
| HSV(B) | 62.36º | 0.92% | 0.97% | - |
| XYZ | 69.28 | 85.53 | 13.47 | - |
| YUV | 219.2 | 15.02 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 19 | 0.04 | 0 | 0.92 | 0.03 | 62.36 | 0.94 | 0.52 |
| Hex | EF | F8 | 13 | 4 | 0 | 5C | 3 | 3E | 5E | 34 |
| Octal | 357 | 370 | 23 | 4 | 0 | 134 | 3 | 76 | 136 | 64 |
| Binary | 11101111 | 11111000 | 10011 | 100 | 0 | 1011100 | 11 | 111110 | 1011110 | 110100 |
Color Harmonies of #EFF813
Complementary color
Monochromatic Colors of #EFF813
Black with #EFF813
Text Example
Text Example
White with #EFF813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF813; }
p { color: rgb(239,248,19); }
H1.HeaderClassName
{
color: #EFF813;
}
.AnyTagClassName
{
color: #EFF813;
}
</style>
background-color css
<style>
a { background-color: #EFF813; }
a { background-color: rgb(239,248,19); }
div.DivClassName
{
background-color: #EFF813;
}
.BgClassName
{
background-color: #EFF813;
}
</style>
border-color css
<style>
span { border-color: #EFF813; }
span { border-color: rgb(239,248,19); }
td.TdClassName
{
border-color: #EFF813;
}
.TagClassName
{
border-color: #EFF813;
}
</style>