Shades of Lemon #EFF30F
Tints of Lemon #EFF30F
RGB
CMYK
RGB Variations
Color information
#EFF30F (or 0xEFF30F) is known color: Lemon. HEX triplet: EF, F3 and 0F. RGB value is (239,243,15). Sum of RGB (Red+Green+Blue) = 239+243+15=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 15 (6.25% from 255 or 3.02% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF30F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF30F is #100CF0. Grayscale: #D8D8D8. Windows color (decimal): -1051889 or 1045487. OLE color: 1045487.
HSL color Cylindrical-coordinate representation of color #EFF30F: hue angle of 61.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFF30F is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 15 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.05 |
| HSL | 61.05º | 0.9% | 0.51% | - |
| HSV(B) | 61.05º | 0.94% | 0.95% | - |
| XYZ | 67.73 | 82.49 | 12.8 | - |
| YUV | 215.81 | 14.67 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 15 | 0.02 | 0 | 0.94 | 0.05 | 61.05 | 0.9 | 0.51 |
| Hex | EF | F3 | F | 2 | 0 | 5E | 5 | 3D | 5A | 33 |
| Octal | 357 | 363 | 17 | 2 | 0 | 136 | 5 | 75 | 132 | 63 |
| Binary | 11101111 | 11110011 | 1111 | 10 | 0 | 1011110 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #EFF30F
Complementary color
Monochromatic Colors of #EFF30F
Black with #EFF30F
Text Example
Text Example
White with #EFF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF30F; }
p { color: rgb(239,243,15); }
H1.HeaderClassName
{
color: #EFF30F;
}
.AnyTagClassName
{
color: #EFF30F;
}
</style>
background-color css
<style>
a { background-color: #EFF30F; }
a { background-color: rgb(239,243,15); }
div.DivClassName
{
background-color: #EFF30F;
}
.BgClassName
{
background-color: #EFF30F;
}
</style>
border-color css
<style>
span { border-color: #EFF30F; }
span { border-color: rgb(239,243,15); }
td.TdClassName
{
border-color: #EFF30F;
}
.TagClassName
{
border-color: #EFF30F;
}
</style>