Shades of Jonquil #DFF096
Tints of Jonquil #DFF096
RGB
CMYK
RGB Variations
Color information
#DFF096 (or 0xDFF096) is known color: Jonquil. HEX triplet: DF, F0 and 96. RGB value is (223,240,150). Sum of RGB (Red+Green+Blue) = 223+240+150=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF096 is #200F69. Grayscale: #E1E1E1. Windows color (decimal): -2101098 or 9892063. OLE color: 9892063.
HSL color Cylindrical-coordinate representation of color #DFF096: hue angle of 71.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFF096 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 150 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.06 |
| HSL | 71.33º | 0.75% | 0.76% | - |
| HSV(B) | 71.33º | 0.38% | 0.94% | - |
| XYZ | 67.1 | 80.21 | 40.8 | - |
| YUV | 224.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 150 | 0.07 | 0 | 0.37 | 0.06 | 71.33 | 0.75 | 0.76 |
| Hex | DF | F0 | 96 | 7 | 0 | 25 | 6 | 47 | 4B | 4C |
| Octal | 337 | 360 | 226 | 7 | 0 | 45 | 6 | 107 | 113 | 114 |
| Binary | 11011111 | 11110000 | 10010110 | 111 | 0 | 100101 | 110 | 1000111 | 1001011 | 1001100 |
Color Harmonies of #DFF096
Complementary color
Monochromatic Colors of #DFF096
Black with #DFF096
Text Example
Text Example
White with #DFF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF096; }
p { color: rgb(223,240,150); }
H1.HeaderClassName
{
color: #DFF096;
}
.AnyTagClassName
{
color: #DFF096;
}
</style>
background-color css
<style>
a { background-color: #DFF096; }
a { background-color: rgb(223,240,150); }
div.DivClassName
{
background-color: #DFF096;
}
.BgClassName
{
background-color: #DFF096;
}
</style>
border-color css
<style>
span { border-color: #DFF096; }
span { border-color: rgb(223,240,150); }
td.TdClassName
{
border-color: #DFF096;
}
.TagClassName
{
border-color: #DFF096;
}
</style>