Shades of Lemon #DFE614
Tints of Lemon #DFE614
RGB
CMYK
RGB Variations
Color information
#DFE614 (or 0xDFE614) is known color: Lemon. HEX triplet: DF, E6 and 14. RGB value is (223,230,20). Sum of RGB (Red+Green+Blue) = 223+230+20=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DFE614 is #2019EB. Grayscale: #CCCCCC. Windows color (decimal): -2103788 or 1369823. OLE color: 1369823.
HSL color Cylindrical-coordinate representation of color #DFE614: hue angle of 62º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFE614 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.10 |
| HSL | 62º | 0.84% | 0.49% | - |
| HSV(B) | 62º | 0.91% | 0.9% | - |
| XYZ | 58.85 | 72.33 | 11.52 | - |
| YUV | 203.97 | 24.18 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 20 | 0.03 | 0 | 0.91 | 0.10 | 62 | 0.84 | 0.49 |
| Hex | DF | E6 | 14 | 3 | 0 | 5B | A | 3E | 54 | 31 |
| Octal | 337 | 346 | 24 | 3 | 0 | 133 | 12 | 76 | 124 | 61 |
| Binary | 11011111 | 11100110 | 10100 | 11 | 0 | 1011011 | 1010 | 111110 | 1010100 | 110001 |
Color Harmonies of #DFE614
Complementary color
Monochromatic Colors of #DFE614
Black with #DFE614
Text Example
Text Example
White with #DFE614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE614; }
p { color: rgb(223,230,20); }
H1.HeaderClassName
{
color: #DFE614;
}
.AnyTagClassName
{
color: #DFE614;
}
</style>
background-color css
<style>
a { background-color: #DFE614; }
a { background-color: rgb(223,230,20); }
div.DivClassName
{
background-color: #DFE614;
}
.BgClassName
{
background-color: #DFE614;
}
</style>
border-color css
<style>
span { border-color: #DFE614; }
span { border-color: rgb(223,230,20); }
td.TdClassName
{
border-color: #DFE614;
}
.TagClassName
{
border-color: #DFE614;
}
</style>