Shades of Lemon #DFE714
Tints of Lemon #DFE714
RGB
CMYK
RGB Variations
Color information
#DFE714 (or 0xDFE714) is known color: Lemon. HEX triplet: DF, E7 and 14. RGB value is (223,231,20). Sum of RGB (Red+Green+Blue) = 223+231+20=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DFE714 is #2018EB. Grayscale: #CDCDCD. Windows color (decimal): -2103532 or 1370079. OLE color: 1370079.
HSL color Cylindrical-coordinate representation of color #DFE714: hue angle of 62.27º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFE714 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.09 |
| HSL | 62.27º | 0.84% | 0.49% | - |
| HSV(B) | 62.27º | 0.91% | 0.91% | - |
| XYZ | 59.13 | 72.89 | 11.61 | - |
| YUV | 204.55 | 23.85 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 20 | 0.03 | 0 | 0.91 | 0.09 | 62.27 | 0.84 | 0.49 |
| Hex | DF | E7 | 14 | 3 | 0 | 5B | 9 | 3E | 54 | 31 |
| Octal | 337 | 347 | 24 | 3 | 0 | 133 | 11 | 76 | 124 | 61 |
| Binary | 11011111 | 11100111 | 10100 | 11 | 0 | 1011011 | 1001 | 111110 | 1010100 | 110001 |
Color Harmonies of #DFE714
Complementary color
Monochromatic Colors of #DFE714
Black with #DFE714
Text Example
Text Example
White with #DFE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE714; }
p { color: rgb(223,231,20); }
H1.HeaderClassName
{
color: #DFE714;
}
.AnyTagClassName
{
color: #DFE714;
}
</style>
background-color css
<style>
a { background-color: #DFE714; }
a { background-color: rgb(223,231,20); }
div.DivClassName
{
background-color: #DFE714;
}
.BgClassName
{
background-color: #DFE714;
}
</style>
border-color css
<style>
span { border-color: #DFE714; }
span { border-color: rgb(223,231,20); }
td.TdClassName
{
border-color: #DFE714;
}
.TagClassName
{
border-color: #DFE714;
}
</style>