Shades of Lemon #EFF31B
Tints of Lemon #EFF31B
RGB
CMYK
RGB Variations
Color information
#EFF31B (or 0xEFF31B) is known color: Lemon. HEX triplet: EF, F3 and 1B. RGB value is (239,243,27). Sum of RGB (Red+Green+Blue) = 239+243+27=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 27 (10.94% from 255 or 5.30% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF31B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF31B is #100CE4. Grayscale: #DADADA. Windows color (decimal): -1051877 or 1831919. OLE color: 1831919.
HSL color Cylindrical-coordinate representation of color #EFF31B: hue angle of 61.11º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFF31B is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 27 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.05 |
| HSL | 61.11º | 0.9% | 0.53% | - |
| HSV(B) | 61.11º | 0.89% | 0.95% | - |
| XYZ | 67.85 | 82.53 | 13.39 | - |
| YUV | 217.18 | 20.67 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 27 | 0.02 | 0 | 0.89 | 0.05 | 61.11 | 0.9 | 0.53 |
| Hex | EF | F3 | 1B | 2 | 0 | 59 | 5 | 3D | 5A | 35 |
| Octal | 357 | 363 | 33 | 2 | 0 | 131 | 5 | 75 | 132 | 65 |
| Binary | 11101111 | 11110011 | 11011 | 10 | 0 | 1011001 | 101 | 111101 | 1011010 | 110101 |
Color Harmonies of #EFF31B
Complementary color
Monochromatic Colors of #EFF31B
Black with #EFF31B
Text Example
Text Example
White with #EFF31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF31B; }
p { color: rgb(239,243,27); }
H1.HeaderClassName
{
color: #EFF31B;
}
.AnyTagClassName
{
color: #EFF31B;
}
</style>
background-color css
<style>
a { background-color: #EFF31B; }
a { background-color: rgb(239,243,27); }
div.DivClassName
{
background-color: #EFF31B;
}
.BgClassName
{
background-color: #EFF31B;
}
</style>
border-color css
<style>
span { border-color: #EFF31B; }
span { border-color: rgb(239,243,27); }
td.TdClassName
{
border-color: #EFF31B;
}
.TagClassName
{
border-color: #EFF31B;
}
</style>