Shades of Lemon #EFF318
Tints of Lemon #EFF318
RGB
CMYK
RGB Variations
Color information
#EFF318 (or 0xEFF318) is known color: Lemon. HEX triplet: EF, F3 and 18. RGB value is (239,243,24). Sum of RGB (Red+Green+Blue) = 239+243+24=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 24 (9.77% from 255 or 4.74% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF318 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF318 is #100CE7. Grayscale: #D9D9D9. Windows color (decimal): -1051880 or 1635311. OLE color: 1635311.
HSL color Cylindrical-coordinate representation of color #EFF318: hue angle of 61.1º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFF318 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 24 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.05 |
| HSL | 61.1º | 0.9% | 0.52% | - |
| HSV(B) | 61.1º | 0.9% | 0.95% | - |
| XYZ | 67.81 | 82.52 | 13.22 | - |
| YUV | 216.84 | 19.17 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 24 | 0.02 | 0 | 0.90 | 0.05 | 61.1 | 0.9 | 0.52 |
| Hex | EF | F3 | 18 | 2 | 0 | 5A | 5 | 3D | 5A | 34 |
| Octal | 357 | 363 | 30 | 2 | 0 | 132 | 5 | 75 | 132 | 64 |
| Binary | 11101111 | 11110011 | 11000 | 10 | 0 | 1011010 | 101 | 111101 | 1011010 | 110100 |
Color Harmonies of #EFF318
Complementary color
Monochromatic Colors of #EFF318
Black with #EFF318
Text Example
Text Example
White with #EFF318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF318; }
p { color: rgb(239,243,24); }
H1.HeaderClassName
{
color: #EFF318;
}
.AnyTagClassName
{
color: #EFF318;
}
</style>
background-color css
<style>
a { background-color: #EFF318; }
a { background-color: rgb(239,243,24); }
div.DivClassName
{
background-color: #EFF318;
}
.BgClassName
{
background-color: #EFF318;
}
</style>
border-color css
<style>
span { border-color: #EFF318; }
span { border-color: rgb(239,243,24); }
td.TdClassName
{
border-color: #EFF318;
}
.TagClassName
{
border-color: #EFF318;
}
</style>