Shades of Lemon #DFE40F
Tints of Lemon #DFE40F
RGB
CMYK
RGB Variations
Color information
#DFE40F (or 0xDFE40F) is known color: Lemon. HEX triplet: DF, E4 and 0F. RGB value is (223,228,15). Sum of RGB (Red+Green+Blue) = 223+228+15=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE40F is #201BF0. Grayscale: #CBCBCB. Windows color (decimal): -2104305 or 1041631. OLE color: 1041631.
HSL color Cylindrical-coordinate representation of color #DFE40F: hue angle of 61.41º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFE40F is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 15 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.11 |
| HSL | 61.41º | 0.88% | 0.48% | - |
| HSV(B) | 61.41º | 0.93% | 0.89% | - |
| XYZ | 58.26 | 71.21 | 11.13 | - |
| YUV | 202.22 | 22.34 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 15 | 0.02 | 0 | 0.93 | 0.11 | 61.41 | 0.88 | 0.48 |
| Hex | DF | E4 | F | 2 | 0 | 5D | B | 3D | 58 | 30 |
| Octal | 337 | 344 | 17 | 2 | 0 | 135 | 13 | 75 | 130 | 60 |
| Binary | 11011111 | 11100100 | 1111 | 10 | 0 | 1011101 | 1011 | 111101 | 1011000 | 110000 |
Color Harmonies of #DFE40F
Complementary color
Monochromatic Colors of #DFE40F
Black with #DFE40F
Text Example
Text Example
White with #DFE40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE40F; }
p { color: rgb(223,228,15); }
H1.HeaderClassName
{
color: #DFE40F;
}
.AnyTagClassName
{
color: #DFE40F;
}
</style>
background-color css
<style>
a { background-color: #DFE40F; }
a { background-color: rgb(223,228,15); }
div.DivClassName
{
background-color: #DFE40F;
}
.BgClassName
{
background-color: #DFE40F;
}
</style>
border-color css
<style>
span { border-color: #DFE40F; }
span { border-color: rgb(223,228,15); }
td.TdClassName
{
border-color: #DFE40F;
}
.TagClassName
{
border-color: #DFE40F;
}
</style>