Shades of Lemon #DFE312
Tints of Lemon #DFE312
RGB
CMYK
RGB Variations
Color information
#DFE312 (or 0xDFE312) is known color: Lemon. HEX triplet: DF, E3 and 12. RGB value is (223,227,18). Sum of RGB (Red+Green+Blue) = 223+227+18=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE312 is #201CED. Grayscale: #CACACA. Windows color (decimal): -2104558 or 1237983. OLE color: 1237983.
HSL color Cylindrical-coordinate representation of color #DFE312: hue angle of 61.15º 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 #DFE312 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 18 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.11 |
| HSL | 61.15º | 0.85% | 0.48% | - |
| HSV(B) | 61.15º | 0.92% | 0.89% | - |
| XYZ | 58.01 | 70.67 | 11.16 | - |
| YUV | 201.98 | 24.17 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 18 | 0.02 | 0 | 0.92 | 0.11 | 61.15 | 0.85 | 0.48 |
| Hex | DF | E3 | 12 | 2 | 0 | 5C | B | 3D | 55 | 30 |
| Octal | 337 | 343 | 22 | 2 | 0 | 134 | 13 | 75 | 125 | 60 |
| Binary | 11011111 | 11100011 | 10010 | 10 | 0 | 1011100 | 1011 | 111101 | 1010101 | 110000 |
Color Harmonies of #DFE312
Complementary color
Monochromatic Colors of #DFE312
Black with #DFE312
Text Example
Text Example
White with #DFE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE312; }
p { color: rgb(223,227,18); }
H1.HeaderClassName
{
color: #DFE312;
}
.AnyTagClassName
{
color: #DFE312;
}
</style>
background-color css
<style>
a { background-color: #DFE312; }
a { background-color: rgb(223,227,18); }
div.DivClassName
{
background-color: #DFE312;
}
.BgClassName
{
background-color: #DFE312;
}
</style>
border-color css
<style>
span { border-color: #DFE312; }
span { border-color: rgb(223,227,18); }
td.TdClassName
{
border-color: #DFE312;
}
.TagClassName
{
border-color: #DFE312;
}
</style>