Shades of Lemon #DFE211
Tints of Lemon #DFE211
RGB
CMYK
RGB Variations
Color information
#DFE211 (or 0xDFE211) is known color: Lemon. HEX triplet: DF, E2 and 11. RGB value is (223,226,17). Sum of RGB (Red+Green+Blue) = 223+226+17=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE211 is #201DEE. Grayscale: #CACACA. Windows color (decimal): -2104815 or 1172191. OLE color: 1172191.
HSL color Cylindrical-coordinate representation of color #DFE211: hue angle of 60.86º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFE211 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 17 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.11 |
| HSL | 60.86º | 0.86% | 0.48% | - |
| HSV(B) | 60.86º | 0.92% | 0.89% | - |
| XYZ | 57.73 | 70.12 | 11.02 | - |
| YUV | 201.28 | 24.01 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 17 | 0.01 | 0 | 0.92 | 0.11 | 60.86 | 0.86 | 0.48 |
| Hex | DF | E2 | 11 | 1 | 0 | 5C | B | 3D | 56 | 30 |
| Octal | 337 | 342 | 21 | 1 | 0 | 134 | 13 | 75 | 126 | 60 |
| Binary | 11011111 | 11100010 | 10001 | 1 | 0 | 1011100 | 1011 | 111101 | 1010110 | 110000 |
Color Harmonies of #DFE211
Complementary color
Monochromatic Colors of #DFE211
Black with #DFE211
Text Example
Text Example
White with #DFE211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE211; }
p { color: rgb(223,226,17); }
H1.HeaderClassName
{
color: #DFE211;
}
.AnyTagClassName
{
color: #DFE211;
}
</style>
background-color css
<style>
a { background-color: #DFE211; }
a { background-color: rgb(223,226,17); }
div.DivClassName
{
background-color: #DFE211;
}
.BgClassName
{
background-color: #DFE211;
}
</style>
border-color css
<style>
span { border-color: #DFE211; }
span { border-color: rgb(223,226,17); }
td.TdClassName
{
border-color: #DFE211;
}
.TagClassName
{
border-color: #DFE211;
}
</style>