Shades of Lemon #EFF31C
Tints of Lemon #EFF31C
RGB
CMYK
RGB Variations
Color information
#EFF31C (or 0xEFF31C) is known color: Lemon. HEX triplet: EF, F3 and 1C. RGB value is (239,243,28). Sum of RGB (Red+Green+Blue) = 239+243+28=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 28 (11.33% from 255 or 5.49% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF31C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF31C is #100CE3. Grayscale: #DADADA. Windows color (decimal): -1051876 or 1897455. OLE color: 1897455.
HSL color Cylindrical-coordinate representation of color #EFF31C: hue angle of 61.12º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFF31C is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 28 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.05 |
| HSL | 61.12º | 0.9% | 0.53% | - |
| HSV(B) | 61.12º | 0.88% | 0.95% | - |
| XYZ | 67.86 | 82.54 | 13.45 | - |
| YUV | 217.29 | 21.17 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 28 | 0.02 | 0 | 0.88 | 0.05 | 61.12 | 0.9 | 0.53 |
| Hex | EF | F3 | 1C | 2 | 0 | 58 | 5 | 3D | 5A | 35 |
| Octal | 357 | 363 | 34 | 2 | 0 | 130 | 5 | 75 | 132 | 65 |
| Binary | 11101111 | 11110011 | 11100 | 10 | 0 | 1011000 | 101 | 111101 | 1011010 | 110101 |
Color Harmonies of #EFF31C
Complementary color
Monochromatic Colors of #EFF31C
Black with #EFF31C
Text Example
Text Example
White with #EFF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF31C; }
p { color: rgb(239,243,28); }
H1.HeaderClassName
{
color: #EFF31C;
}
.AnyTagClassName
{
color: #EFF31C;
}
</style>
background-color css
<style>
a { background-color: #EFF31C; }
a { background-color: rgb(239,243,28); }
div.DivClassName
{
background-color: #EFF31C;
}
.BgClassName
{
background-color: #EFF31C;
}
</style>
border-color css
<style>
span { border-color: #EFF31C; }
span { border-color: rgb(239,243,28); }
td.TdClassName
{
border-color: #EFF31C;
}
.TagClassName
{
border-color: #EFF31C;
}
</style>