Shades of Lemon #EFF319
Tints of Lemon #EFF319
RGB
CMYK
RGB Variations
Color information
#EFF319 (or 0xEFF319) is known color: Lemon. HEX triplet: EF, F3 and 19. RGB value is (239,243,25). Sum of RGB (Red+Green+Blue) = 239+243+25=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 25 (10.16% from 255 or 4.93% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF319 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF319 is #100CE6. Grayscale: #D9D9D9. Windows color (decimal): -1051879 or 1700847. OLE color: 1700847.
HSL color Cylindrical-coordinate representation of color #EFF319: hue angle of 61.1º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFF319 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 25 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.05 |
| HSL | 61.1º | 0.9% | 0.53% | - |
| HSV(B) | 61.1º | 0.9% | 0.95% | - |
| XYZ | 67.82 | 82.52 | 13.27 | - |
| YUV | 216.95 | 19.67 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 25 | 0.02 | 0 | 0.90 | 0.05 | 61.1 | 0.9 | 0.53 |
| Hex | EF | F3 | 19 | 2 | 0 | 5A | 5 | 3D | 5A | 35 |
| Octal | 357 | 363 | 31 | 2 | 0 | 132 | 5 | 75 | 132 | 65 |
| Binary | 11101111 | 11110011 | 11001 | 10 | 0 | 1011010 | 101 | 111101 | 1011010 | 110101 |
Color Harmonies of #EFF319
Complementary color
Monochromatic Colors of #EFF319
Black with #EFF319
Text Example
Text Example
White with #EFF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF319; }
p { color: rgb(239,243,25); }
H1.HeaderClassName
{
color: #EFF319;
}
.AnyTagClassName
{
color: #EFF319;
}
</style>
background-color css
<style>
a { background-color: #EFF319; }
a { background-color: rgb(239,243,25); }
div.DivClassName
{
background-color: #EFF319;
}
.BgClassName
{
background-color: #EFF319;
}
</style>
border-color css
<style>
span { border-color: #EFF319; }
span { border-color: rgb(239,243,25); }
td.TdClassName
{
border-color: #EFF319;
}
.TagClassName
{
border-color: #EFF319;
}
</style>