Shades of Lemon #DFE413
Tints of Lemon #DFE413
RGB
CMYK
RGB Variations
Color information
#DFE413 (or 0xDFE413) is known color: Lemon. HEX triplet: DF, E4 and 13. RGB value is (223,228,19). Sum of RGB (Red+Green+Blue) = 223+228+19=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE413 is #201BEC. Grayscale: #CBCBCB. Windows color (decimal): -2104301 or 1303775. OLE color: 1303775.
HSL color Cylindrical-coordinate representation of color #DFE413: hue angle of 61.44º degrees, saturation: 0.85, 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 #DFE413 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 19 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.11 |
| HSL | 61.44º | 0.85% | 0.48% | - |
| HSV(B) | 61.44º | 0.92% | 0.89% | - |
| XYZ | 58.29 | 71.22 | 11.29 | - |
| YUV | 202.68 | 24.34 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 19 | 0.02 | 0 | 0.92 | 0.11 | 61.44 | 0.85 | 0.48 |
| Hex | DF | E4 | 13 | 2 | 0 | 5C | B | 3D | 55 | 30 |
| Octal | 337 | 344 | 23 | 2 | 0 | 134 | 13 | 75 | 125 | 60 |
| Binary | 11011111 | 11100100 | 10011 | 10 | 0 | 1011100 | 1011 | 111101 | 1010101 | 110000 |
Color Harmonies of #DFE413
Complementary color
Monochromatic Colors of #DFE413
Black with #DFE413
Text Example
Text Example
White with #DFE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE413; }
p { color: rgb(223,228,19); }
H1.HeaderClassName
{
color: #DFE413;
}
.AnyTagClassName
{
color: #DFE413;
}
</style>
background-color css
<style>
a { background-color: #DFE413; }
a { background-color: rgb(223,228,19); }
div.DivClassName
{
background-color: #DFE413;
}
.BgClassName
{
background-color: #DFE413;
}
</style>
border-color css
<style>
span { border-color: #DFE413; }
span { border-color: rgb(223,228,19); }
td.TdClassName
{
border-color: #DFE413;
}
.TagClassName
{
border-color: #DFE413;
}
</style>