Shades of Lemon #EFF312
Tints of Lemon #EFF312
RGB
CMYK
RGB Variations
Color information
#EFF312 (or 0xEFF312) is known color: Lemon. HEX triplet: EF, F3 and 12. RGB value is (239,243,18). Sum of RGB (Red+Green+Blue) = 239+243+18=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 18 (7.42% from 255 or 3.6% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF312 is #100CED. Grayscale: #D9D9D9. Windows color (decimal): -1051886 or 1242095. OLE color: 1242095.
HSL color Cylindrical-coordinate representation of color #EFF312: 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.93%. Process color model (Four color, CMYK) of #EFF312 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 18 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.05 |
| HSL | 61.07º | 0.9% | 0.51% | - |
| HSV(B) | 61.07º | 0.93% | 0.95% | - |
| XYZ | 67.76 | 82.5 | 12.92 | - |
| YUV | 216.15 | 16.17 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 18 | 0.02 | 0 | 0.93 | 0.05 | 61.07 | 0.9 | 0.51 |
| Hex | EF | F3 | 12 | 2 | 0 | 5D | 5 | 3D | 5A | 33 |
| Octal | 357 | 363 | 22 | 2 | 0 | 135 | 5 | 75 | 132 | 63 |
| Binary | 11101111 | 11110011 | 10010 | 10 | 0 | 1011101 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #EFF312
Complementary color
Monochromatic Colors of #EFF312
Black with #EFF312
Text Example
Text Example
White with #EFF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF312; }
p { color: rgb(239,243,18); }
H1.HeaderClassName
{
color: #EFF312;
}
.AnyTagClassName
{
color: #EFF312;
}
</style>
background-color css
<style>
a { background-color: #EFF312; }
a { background-color: rgb(239,243,18); }
div.DivClassName
{
background-color: #EFF312;
}
.BgClassName
{
background-color: #EFF312;
}
</style>
border-color css
<style>
span { border-color: #EFF312; }
span { border-color: rgb(239,243,18); }
td.TdClassName
{
border-color: #EFF312;
}
.TagClassName
{
border-color: #EFF312;
}
</style>