Shades of Jonquil #DEF096
Tints of Jonquil #DEF096
RGB
CMYK
RGB Variations
Color information
#DEF096 (or 0xDEF096) is known color: Jonquil. HEX triplet: DE, F0 and 96. RGB value is (222,240,150). Sum of RGB (Red+Green+Blue) = 222+240+150=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF096 is #210F69. Grayscale: #E0E0E0. Windows color (decimal): -2166634 or 9892062. OLE color: 9892062.
HSL color Cylindrical-coordinate representation of color #DEF096: hue angle of 72º 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 #DEF096 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 150 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.06 |
| HSL | 72º | 0.75% | 0.76% | - |
| HSV(B) | 72º | 0.38% | 0.94% | - |
| XYZ | 66.79 | 80.05 | 40.79 | - |
| YUV | 224.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 150 | 0.08 | 0 | 0.37 | 0.06 | 72 | 0.75 | 0.76 |
| Hex | DE | F0 | 96 | 8 | 0 | 25 | 6 | 48 | 4B | 4C |
| Octal | 336 | 360 | 226 | 10 | 0 | 45 | 6 | 110 | 113 | 114 |
| Binary | 11011110 | 11110000 | 10010110 | 1000 | 0 | 100101 | 110 | 1001000 | 1001011 | 1001100 |
Color Harmonies of #DEF096
Complementary color
Monochromatic Colors of #DEF096
Black with #DEF096
Text Example
Text Example
White with #DEF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF096; }
p { color: rgb(222,240,150); }
H1.HeaderClassName
{
color: #DEF096;
}
.AnyTagClassName
{
color: #DEF096;
}
</style>
background-color css
<style>
a { background-color: #DEF096; }
a { background-color: rgb(222,240,150); }
div.DivClassName
{
background-color: #DEF096;
}
.BgClassName
{
background-color: #DEF096;
}
</style>
border-color css
<style>
span { border-color: #DEF096; }
span { border-color: rgb(222,240,150); }
td.TdClassName
{
border-color: #DEF096;
}
.TagClassName
{
border-color: #DEF096;
}
</style>