Shades of Lemon #EFF313
Tints of Lemon #EFF313
RGB
CMYK
RGB Variations
Color information
#EFF313 (or 0xEFF313) is known color: Lemon. HEX triplet: EF, F3 and 13. RGB value is (239,243,19). Sum of RGB (Red+Green+Blue) = 239+243+19=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 19 (7.81% from 255 or 3.79% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF313 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF313 is #100CEC. Grayscale: #D9D9D9. Windows color (decimal): -1051885 or 1307631. OLE color: 1307631.
HSL color Cylindrical-coordinate representation of color #EFF313: hue angle of 61.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFF313 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 19 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.05 |
| HSL | 61.07º | 0.9% | 0.51% | - |
| HSV(B) | 61.07º | 0.92% | 0.95% | - |
| XYZ | 67.76 | 82.5 | 12.97 | - |
| YUV | 216.27 | 16.67 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 19 | 0.02 | 0 | 0.92 | 0.05 | 61.07 | 0.9 | 0.51 |
| Hex | EF | F3 | 13 | 2 | 0 | 5C | 5 | 3D | 5A | 33 |
| Octal | 357 | 363 | 23 | 2 | 0 | 134 | 5 | 75 | 132 | 63 |
| Binary | 11101111 | 11110011 | 10011 | 10 | 0 | 1011100 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #EFF313
Complementary color
Monochromatic Colors of #EFF313
Black with #EFF313
Text Example
Text Example
White with #EFF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF313; }
p { color: rgb(239,243,19); }
H1.HeaderClassName
{
color: #EFF313;
}
.AnyTagClassName
{
color: #EFF313;
}
</style>
background-color css
<style>
a { background-color: #EFF313; }
a { background-color: rgb(239,243,19); }
div.DivClassName
{
background-color: #EFF313;
}
.BgClassName
{
background-color: #EFF313;
}
</style>
border-color css
<style>
span { border-color: #EFF313; }
span { border-color: rgb(239,243,19); }
td.TdClassName
{
border-color: #EFF313;
}
.TagClassName
{
border-color: #EFF313;
}
</style>