Shades of Lemon #DFE512
Tints of Lemon #DFE512
RGB
CMYK
RGB Variations
Color information
#DFE512 (or 0xDFE512) is known color: Lemon. HEX triplet: DF, E5 and 12. RGB value is (223,229,18). Sum of RGB (Red+Green+Blue) = 223+229+18=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE512 is #201AED. Grayscale: #CBCBCB. Windows color (decimal): -2104046 or 1238495. OLE color: 1238495.
HSL color Cylindrical-coordinate representation of color #DFE512: hue angle of 61.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFE512 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 18 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.10 |
| HSL | 61.71º | 0.85% | 0.48% | - |
| HSV(B) | 61.71º | 0.92% | 0.9% | - |
| XYZ | 58.56 | 71.77 | 11.34 | - |
| YUV | 203.15 | 23.51 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 18 | 0.03 | 0 | 0.92 | 0.10 | 61.71 | 0.85 | 0.48 |
| Hex | DF | E5 | 12 | 3 | 0 | 5C | A | 3E | 55 | 30 |
| Octal | 337 | 345 | 22 | 3 | 0 | 134 | 12 | 76 | 125 | 60 |
| Binary | 11011111 | 11100101 | 10010 | 11 | 0 | 1011100 | 1010 | 111110 | 1010101 | 110000 |
Color Harmonies of #DFE512
Complementary color
Monochromatic Colors of #DFE512
Black with #DFE512
Text Example
Text Example
White with #DFE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE512; }
p { color: rgb(223,229,18); }
H1.HeaderClassName
{
color: #DFE512;
}
.AnyTagClassName
{
color: #DFE512;
}
</style>
background-color css
<style>
a { background-color: #DFE512; }
a { background-color: rgb(223,229,18); }
div.DivClassName
{
background-color: #DFE512;
}
.BgClassName
{
background-color: #DFE512;
}
</style>
border-color css
<style>
span { border-color: #DFE512; }
span { border-color: rgb(223,229,18); }
td.TdClassName
{
border-color: #DFE512;
}
.TagClassName
{
border-color: #DFE512;
}
</style>