Shades of Jonquil #DBEF8A
Tints of Jonquil #DBEF8A
RGB
CMYK
RGB Variations
Color information
#DBEF8A (or 0xDBEF8A) is known color: Jonquil. HEX triplet: DB, EF and 8A. RGB value is (219,239,138). Sum of RGB (Red+Green+Blue) = 219+239+138=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF8A is #241075. Grayscale: #DDDDDD. Windows color (decimal): -2363510 or 9105371. OLE color: 9105371.
HSL color Cylindrical-coordinate representation of color #DBEF8A: hue angle of 71.88º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBEF8A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 138 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.06 |
| HSL | 71.88º | 0.76% | 0.74% | - |
| HSV(B) | 71.88º | 0.42% | 0.94% | - |
| XYZ | 64.67 | 78.63 | 35.81 | - |
| YUV | 221.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 138 | 0.08 | 0 | 0.42 | 0.06 | 71.88 | 0.76 | 0.74 |
| Hex | DB | EF | 8A | 8 | 0 | 2A | 6 | 48 | 4C | 4A |
| Octal | 333 | 357 | 212 | 10 | 0 | 52 | 6 | 110 | 114 | 112 |
| Binary | 11011011 | 11101111 | 10001010 | 1000 | 0 | 101010 | 110 | 1001000 | 1001100 | 1001010 |
Color Harmonies of #DBEF8A
Complementary color
Monochromatic Colors of #DBEF8A
Black with #DBEF8A
Text Example
Text Example
White with #DBEF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF8A; }
p { color: rgb(219,239,138); }
H1.HeaderClassName
{
color: #DBEF8A;
}
.AnyTagClassName
{
color: #DBEF8A;
}
</style>
background-color css
<style>
a { background-color: #DBEF8A; }
a { background-color: rgb(219,239,138); }
div.DivClassName
{
background-color: #DBEF8A;
}
.BgClassName
{
background-color: #DBEF8A;
}
</style>
border-color css
<style>
span { border-color: #DBEF8A; }
span { border-color: rgb(219,239,138); }
td.TdClassName
{
border-color: #DBEF8A;
}
.TagClassName
{
border-color: #DBEF8A;
}
</style>