Shades of Lemon #EFF315
Tints of Lemon #EFF315
RGB
CMYK
RGB Variations
Color information
#EFF315 (or 0xEFF315) is known color: Lemon. HEX triplet: EF, F3 and 15. RGB value is (239,243,21). Sum of RGB (Red+Green+Blue) = 239+243+21=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 21 (8.59% from 255 or 4.17% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF315 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF315 is #100CEA. Grayscale: #D9D9D9. Windows color (decimal): -1051883 or 1438703. OLE color: 1438703.
HSL color Cylindrical-coordinate representation of color #EFF315: hue angle of 61.08º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFF315 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.05 |
| HSL | 61.08º | 0.9% | 0.52% | - |
| HSV(B) | 61.08º | 0.91% | 0.95% | - |
| XYZ | 67.78 | 82.51 | 13.06 | - |
| YUV | 216.5 | 17.67 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 21 | 0.02 | 0 | 0.91 | 0.05 | 61.08 | 0.9 | 0.52 |
| Hex | EF | F3 | 15 | 2 | 0 | 5B | 5 | 3D | 5A | 34 |
| Octal | 357 | 363 | 25 | 2 | 0 | 133 | 5 | 75 | 132 | 64 |
| Binary | 11101111 | 11110011 | 10101 | 10 | 0 | 1011011 | 101 | 111101 | 1011010 | 110100 |
Color Harmonies of #EFF315
Complementary color
Monochromatic Colors of #EFF315
Black with #EFF315
Text Example
Text Example
White with #EFF315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF315; }
p { color: rgb(239,243,21); }
H1.HeaderClassName
{
color: #EFF315;
}
.AnyTagClassName
{
color: #EFF315;
}
</style>
background-color css
<style>
a { background-color: #EFF315; }
a { background-color: rgb(239,243,21); }
div.DivClassName
{
background-color: #EFF315;
}
.BgClassName
{
background-color: #EFF315;
}
</style>
border-color css
<style>
span { border-color: #EFF315; }
span { border-color: rgb(239,243,21); }
td.TdClassName
{
border-color: #EFF315;
}
.TagClassName
{
border-color: #EFF315;
}
</style>