Shades of Lemon #EFFE22
Tints of Lemon #EFFE22
RGB
CMYK
RGB Variations
Color information
#EFFE22 (or 0xEFFE22) is known color: Lemon. HEX triplet: EF, FE and 22. RGB value is (239,254,34). Sum of RGB (Red+Green+Blue) = 239+254+34=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 34 (13.67% from 255 or 6.45% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE22 is #1001DD. Grayscale: #E1E1E1. Windows color (decimal): -1049054 or 2293487. OLE color: 2293487.
HSL color Cylindrical-coordinate representation of color #EFFE22: hue angle of 64.09º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFFE22 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 34 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.00 |
| HSL | 64.09º | 0.99% | 0.56% | - |
| HSV(B) | 64.09º | 0.87% | 1% | - |
| XYZ | 71.33 | 89.35 | 15 | - |
| YUV | 224.44 | 20.53 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 34 | 0.06 | 0 | 0.87 | 0.00 | 64.09 | 0.99 | 0.56 |
| Hex | EF | FE | 22 | 6 | 0 | 57 | 0 | 40 | 63 | 38 |
| Octal | 357 | 376 | 42 | 6 | 0 | 127 | 0 | 100 | 143 | 70 |
| Binary | 11101111 | 11111110 | 100010 | 110 | 0 | 1010111 | 0 | 1000000 | 1100011 | 111000 |
Color Harmonies of #EFFE22
Complementary color
Monochromatic Colors of #EFFE22
Black with #EFFE22
Text Example
Text Example
White with #EFFE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE22; }
p { color: rgb(239,254,34); }
H1.HeaderClassName
{
color: #EFFE22;
}
.AnyTagClassName
{
color: #EFFE22;
}
</style>
background-color css
<style>
a { background-color: #EFFE22; }
a { background-color: rgb(239,254,34); }
div.DivClassName
{
background-color: #EFFE22;
}
.BgClassName
{
background-color: #EFFE22;
}
</style>
border-color css
<style>
span { border-color: #EFFE22; }
span { border-color: rgb(239,254,34); }
td.TdClassName
{
border-color: #EFFE22;
}
.TagClassName
{
border-color: #EFFE22;
}
</style>