Shades of Lemon #DFE111
Tints of Lemon #DFE111
RGB
CMYK
RGB Variations
Color information
#DFE111 (or 0xDFE111) is known color: Lemon. HEX triplet: DF, E1 and 11. RGB value is (223,225,17). Sum of RGB (Red+Green+Blue) = 223+225+17=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE111 is #201EEE. Grayscale: #C9C9C9. Windows color (decimal): -2105071 or 1171935. OLE color: 1171935.
HSL color Cylindrical-coordinate representation of color #DFE111: hue angle of 60.58º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFE111 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 17 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.12 |
| HSL | 60.58º | 0.86% | 0.47% | - |
| HSV(B) | 60.58º | 0.92% | 0.88% | - |
| XYZ | 57.46 | 69.58 | 10.93 | - |
| YUV | 200.69 | 24.34 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 17 | 0.01 | 0 | 0.92 | 0.12 | 60.58 | 0.86 | 0.47 |
| Hex | DF | E1 | 11 | 1 | 0 | 5C | C | 3D | 56 | 2F |
| Octal | 337 | 341 | 21 | 1 | 0 | 134 | 14 | 75 | 126 | 57 |
| Binary | 11011111 | 11100001 | 10001 | 1 | 0 | 1011100 | 1100 | 111101 | 1010110 | 101111 |
Color Harmonies of #DFE111
Complementary color
Monochromatic Colors of #DFE111
Black with #DFE111
Text Example
Text Example
White with #DFE111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE111; }
p { color: rgb(223,225,17); }
H1.HeaderClassName
{
color: #DFE111;
}
.AnyTagClassName
{
color: #DFE111;
}
</style>
background-color css
<style>
a { background-color: #DFE111; }
a { background-color: rgb(223,225,17); }
div.DivClassName
{
background-color: #DFE111;
}
.BgClassName
{
background-color: #DFE111;
}
</style>
border-color css
<style>
span { border-color: #DFE111; }
span { border-color: rgb(223,225,17); }
td.TdClassName
{
border-color: #DFE111;
}
.TagClassName
{
border-color: #DFE111;
}
</style>