Shades of Jonquil #DDF288
Tints of Jonquil #DDF288
RGB
CMYK
RGB Variations
Color information
#DDF288 (or 0xDDF288) is known color: Jonquil. HEX triplet: DD, F2 and 88. RGB value is (221,242,136). Sum of RGB (Red+Green+Blue) = 221+242+136=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 136 (53.52% from 255 or 22.70% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF288 is #220D77. Grayscale: #E0E0E0. Windows color (decimal): -2231672 or 8975069. OLE color: 8975069.
HSL color Cylindrical-coordinate representation of color #DDF288: hue angle of 71.89º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDF288 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 136 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.05 |
| HSL | 71.89º | 0.8% | 0.74% | - |
| HSV(B) | 71.89º | 0.44% | 0.95% | - |
| XYZ | 66.01 | 80.65 | 35.38 | - |
| YUV | 223.64 | 78.54 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 136 | 0.09 | 0 | 0.44 | 0.05 | 71.89 | 0.8 | 0.74 |
| Hex | DD | F2 | 88 | 9 | 0 | 2C | 5 | 48 | 50 | 4A |
| Octal | 335 | 362 | 210 | 11 | 0 | 54 | 5 | 110 | 120 | 112 |
| Binary | 11011101 | 11110010 | 10001000 | 1001 | 0 | 101100 | 101 | 1001000 | 1010000 | 1001010 |
Color Harmonies of #DDF288
Complementary color
Monochromatic Colors of #DDF288
Black with #DDF288
Text Example
Text Example
White with #DDF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF288; }
p { color: rgb(221,242,136); }
H1.HeaderClassName
{
color: #DDF288;
}
.AnyTagClassName
{
color: #DDF288;
}
</style>
background-color css
<style>
a { background-color: #DDF288; }
a { background-color: rgb(221,242,136); }
div.DivClassName
{
background-color: #DDF288;
}
.BgClassName
{
background-color: #DDF288;
}
</style>
border-color css
<style>
span { border-color: #DDF288; }
span { border-color: rgb(221,242,136); }
td.TdClassName
{
border-color: #DDF288;
}
.TagClassName
{
border-color: #DDF288;
}
</style>