Shades of Lemon #EFF217
Tints of Lemon #EFF217
RGB
CMYK
RGB Variations
Color information
#EFF217 (or 0xEFF217) is known color: Lemon. HEX triplet: EF, F2 and 17. RGB value is (239,242,23). Sum of RGB (Red+Green+Blue) = 239+242+23=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 23 (9.38% from 255 or 4.56% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF217 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF217 is #100DE8. Grayscale: #D9D9D9. Windows color (decimal): -1052137 or 1569519. OLE color: 1569519.
HSL color Cylindrical-coordinate representation of color #EFF217: hue angle of 60.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFF217 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 23 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.05 |
| HSL | 60.82º | 0.89% | 0.52% | - |
| HSV(B) | 60.82º | 0.9% | 0.95% | - |
| XYZ | 67.5 | 81.92 | 13.06 | - |
| YUV | 216.14 | 19.01 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 23 | 0.01 | 0 | 0.90 | 0.05 | 60.82 | 0.89 | 0.52 |
| Hex | EF | F2 | 17 | 1 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 357 | 362 | 27 | 1 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11101111 | 11110010 | 10111 | 1 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EFF217
Complementary color
Monochromatic Colors of #EFF217
Black with #EFF217
Text Example
Text Example
White with #EFF217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF217; }
p { color: rgb(239,242,23); }
H1.HeaderClassName
{
color: #EFF217;
}
.AnyTagClassName
{
color: #EFF217;
}
</style>
background-color css
<style>
a { background-color: #EFF217; }
a { background-color: rgb(239,242,23); }
div.DivClassName
{
background-color: #EFF217;
}
.BgClassName
{
background-color: #EFF217;
}
</style>
border-color css
<style>
span { border-color: #EFF217; }
span { border-color: rgb(239,242,23); }
td.TdClassName
{
border-color: #EFF217;
}
.TagClassName
{
border-color: #EFF217;
}
</style>