Shades of Jonquil #DBF18C
Tints of Jonquil #DBF18C
RGB
CMYK
RGB Variations
Color information
#DBF18C (or 0xDBF18C) is known color: Jonquil. HEX triplet: DB, F1 and 8C. RGB value is (219,241,140). Sum of RGB (Red+Green+Blue) = 219+241+140=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF18C is #240E73. Grayscale: #DFDFDF. Windows color (decimal): -2362996 or 9236955. OLE color: 9236955.
HSL color Cylindrical-coordinate representation of color #DBF18C: hue angle of 73.07º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBF18C is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 140 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.05 |
| HSL | 73.07º | 0.78% | 0.75% | - |
| HSV(B) | 73.07º | 0.42% | 0.95% | - |
| XYZ | 65.4 | 79.86 | 36.78 | - |
| YUV | 222.91 | 81.21 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 140 | 0.09 | 0 | 0.42 | 0.05 | 73.07 | 0.78 | 0.75 |
| Hex | DB | F1 | 8C | 9 | 0 | 2A | 5 | 49 | 4E | 4B |
| Octal | 333 | 361 | 214 | 11 | 0 | 52 | 5 | 111 | 116 | 113 |
| Binary | 11011011 | 11110001 | 10001100 | 1001 | 0 | 101010 | 101 | 1001001 | 1001110 | 1001011 |
Color Harmonies of #DBF18C
Complementary color
Monochromatic Colors of #DBF18C
Black with #DBF18C
Text Example
Text Example
White with #DBF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF18C; }
p { color: rgb(219,241,140); }
H1.HeaderClassName
{
color: #DBF18C;
}
.AnyTagClassName
{
color: #DBF18C;
}
</style>
background-color css
<style>
a { background-color: #DBF18C; }
a { background-color: rgb(219,241,140); }
div.DivClassName
{
background-color: #DBF18C;
}
.BgClassName
{
background-color: #DBF18C;
}
</style>
border-color css
<style>
span { border-color: #DBF18C; }
span { border-color: rgb(219,241,140); }
td.TdClassName
{
border-color: #DBF18C;
}
.TagClassName
{
border-color: #DBF18C;
}
</style>