Shades of Lemon #EDF21B
Tints of Lemon #EDF21B
RGB
CMYK
RGB Variations
Color information
#EDF21B (or 0xEDF21B) is known color: Lemon. HEX triplet: ED, F2 and 1B. RGB value is (237,242,27). Sum of RGB (Red+Green+Blue) = 237+242+27=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 27 (10.94% from 255 or 5.34% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF21B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF21B is #120DE4. Grayscale: #D8D8D8. Windows color (decimal): -1183205 or 1831661. OLE color: 1831661.
HSL color Cylindrical-coordinate representation of color #EDF21B: hue angle of 61.4º degrees, saturation: 0.89, 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 #EDF21B is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 27 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.05 |
| HSL | 61.4º | 0.89% | 0.53% | - |
| HSV(B) | 61.4º | 0.89% | 0.95% | - |
| XYZ | 66.88 | 81.59 | 13.26 | - |
| YUV | 216 | 21.34 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 27 | 0.02 | 0 | 0.89 | 0.05 | 61.4 | 0.89 | 0.53 |
| Hex | ED | F2 | 1B | 2 | 0 | 59 | 5 | 3D | 59 | 35 |
| Octal | 355 | 362 | 33 | 2 | 0 | 131 | 5 | 75 | 131 | 65 |
| Binary | 11101101 | 11110010 | 11011 | 10 | 0 | 1011001 | 101 | 111101 | 1011001 | 110101 |
Color Harmonies of #EDF21B
Complementary color
Monochromatic Colors of #EDF21B
Black with #EDF21B
Text Example
Text Example
White with #EDF21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF21B; }
p { color: rgb(237,242,27); }
H1.HeaderClassName
{
color: #EDF21B;
}
.AnyTagClassName
{
color: #EDF21B;
}
</style>
background-color css
<style>
a { background-color: #EDF21B; }
a { background-color: rgb(237,242,27); }
div.DivClassName
{
background-color: #EDF21B;
}
.BgClassName
{
background-color: #EDF21B;
}
</style>
border-color css
<style>
span { border-color: #EDF21B; }
span { border-color: rgb(237,242,27); }
td.TdClassName
{
border-color: #EDF21B;
}
.TagClassName
{
border-color: #EDF21B;
}
</style>