Shades of Lemon #EFF31F
Tints of Lemon #EFF31F
RGB
CMYK
RGB Variations
Color information
#EFF31F (or 0xEFF31F) is known color: Lemon. HEX triplet: EF, F3 and 1F. RGB value is (239,243,31). Sum of RGB (Red+Green+Blue) = 239+243+31=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 31 (12.5% from 255 or 6.04% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF31F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF31F is #100CE0. Grayscale: #DADADA. Windows color (decimal): -1051873 or 2094063. OLE color: 2094063.
HSL color Cylindrical-coordinate representation of color #EFF31F: hue angle of 61.13º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFF31F is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 31 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.05 |
| HSL | 61.13º | 0.9% | 0.54% | - |
| HSV(B) | 61.13º | 0.87% | 0.95% | - |
| XYZ | 67.89 | 82.55 | 13.65 | - |
| YUV | 217.64 | 22.67 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 31 | 0.02 | 0 | 0.87 | 0.05 | 61.13 | 0.9 | 0.54 |
| Hex | EF | F3 | 1F | 2 | 0 | 57 | 5 | 3D | 5A | 36 |
| Octal | 357 | 363 | 37 | 2 | 0 | 127 | 5 | 75 | 132 | 66 |
| Binary | 11101111 | 11110011 | 11111 | 10 | 0 | 1010111 | 101 | 111101 | 1011010 | 110110 |
Color Harmonies of #EFF31F
Complementary color
Monochromatic Colors of #EFF31F
Black with #EFF31F
Text Example
Text Example
White with #EFF31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF31F; }
p { color: rgb(239,243,31); }
H1.HeaderClassName
{
color: #EFF31F;
}
.AnyTagClassName
{
color: #EFF31F;
}
</style>
background-color css
<style>
a { background-color: #EFF31F; }
a { background-color: rgb(239,243,31); }
div.DivClassName
{
background-color: #EFF31F;
}
.BgClassName
{
background-color: #EFF31F;
}
</style>
border-color css
<style>
span { border-color: #EFF31F; }
span { border-color: rgb(239,243,31); }
td.TdClassName
{
border-color: #EFF31F;
}
.TagClassName
{
border-color: #EFF31F;
}
</style>