Shades of Lemon #EFF920
Tints of Lemon #EFF920
RGB
CMYK
RGB Variations
Color information
#EFF920 (or 0xEFF920) is known color: Lemon. HEX triplet: EF, F9 and 20. RGB value is (239,249,32). Sum of RGB (Red+Green+Blue) = 239+249+32=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 32 (12.89% from 255 or 6.15% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF920 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF920 is #1006DF. Grayscale: #DEDEDE. Windows color (decimal): -1050336 or 2161135. OLE color: 2161135.
HSL color Cylindrical-coordinate representation of color #EFF920: hue angle of 62.76º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFF920 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 32 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.02 |
| HSL | 62.76º | 0.95% | 0.55% | - |
| HSV(B) | 62.76º | 0.87% | 0.98% | - |
| XYZ | 69.73 | 86.21 | 14.33 | - |
| YUV | 221.27 | 21.19 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 32 | 0.04 | 0 | 0.87 | 0.02 | 62.76 | 0.95 | 0.55 |
| Hex | EF | F9 | 20 | 4 | 0 | 57 | 2 | 3F | 5F | 37 |
| Octal | 357 | 371 | 40 | 4 | 0 | 127 | 2 | 77 | 137 | 67 |
| Binary | 11101111 | 11111001 | 100000 | 100 | 0 | 1010111 | 10 | 111111 | 1011111 | 110111 |
Color Harmonies of #EFF920
Complementary color
Monochromatic Colors of #EFF920
Black with #EFF920
Text Example
Text Example
White with #EFF920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF920; }
p { color: rgb(239,249,32); }
H1.HeaderClassName
{
color: #EFF920;
}
.AnyTagClassName
{
color: #EFF920;
}
</style>
background-color css
<style>
a { background-color: #EFF920; }
a { background-color: rgb(239,249,32); }
div.DivClassName
{
background-color: #EFF920;
}
.BgClassName
{
background-color: #EFF920;
}
</style>
border-color css
<style>
span { border-color: #EFF920; }
span { border-color: rgb(239,249,32); }
td.TdClassName
{
border-color: #EFF920;
}
.TagClassName
{
border-color: #EFF920;
}
</style>