Shades of Lemon #DFE613
Tints of Lemon #DFE613
RGB
CMYK
RGB Variations
Color information
#DFE613 (or 0xDFE613) is known color: Lemon. HEX triplet: DF, E6 and 13. RGB value is (223,230,19). Sum of RGB (Red+Green+Blue) = 223+230+19=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DFE613 is #2019EC. Grayscale: #CCCCCC. Windows color (decimal): -2103789 or 1304287. OLE color: 1304287.
HSL color Cylindrical-coordinate representation of color #DFE613: hue angle of 61.99º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFE613 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 19 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.10 |
| HSL | 61.99º | 0.85% | 0.49% | - |
| HSV(B) | 61.99º | 0.92% | 0.9% | - |
| XYZ | 58.85 | 72.33 | 11.48 | - |
| YUV | 203.85 | 23.68 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 19 | 0.03 | 0 | 0.92 | 0.10 | 61.99 | 0.85 | 0.49 |
| Hex | DF | E6 | 13 | 3 | 0 | 5C | A | 3E | 55 | 31 |
| Octal | 337 | 346 | 23 | 3 | 0 | 134 | 12 | 76 | 125 | 61 |
| Binary | 11011111 | 11100110 | 10011 | 11 | 0 | 1011100 | 1010 | 111110 | 1010101 | 110001 |
Color Harmonies of #DFE613
Complementary color
Monochromatic Colors of #DFE613
Black with #DFE613
Text Example
Text Example
White with #DFE613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE613; }
p { color: rgb(223,230,19); }
H1.HeaderClassName
{
color: #DFE613;
}
.AnyTagClassName
{
color: #DFE613;
}
</style>
background-color css
<style>
a { background-color: #DFE613; }
a { background-color: rgb(223,230,19); }
div.DivClassName
{
background-color: #DFE613;
}
.BgClassName
{
background-color: #DFE613;
}
</style>
border-color css
<style>
span { border-color: #DFE613; }
span { border-color: rgb(223,230,19); }
td.TdClassName
{
border-color: #DFE613;
}
.TagClassName
{
border-color: #DFE613;
}
</style>