Shades of Jonquil #DDF28B
Tints of Jonquil #DDF28B
RGB
CMYK
RGB Variations
Color information
#DDF28B (or 0xDDF28B) is known color: Jonquil. HEX triplet: DD, F2 and 8B. RGB value is (221,242,139). Sum of RGB (Red+Green+Blue) = 221+242+139=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF28B is #220D74. Grayscale: #E0E0E0. Windows color (decimal): -2231669 or 9171677. OLE color: 9171677.
HSL color Cylindrical-coordinate representation of color #DDF28B: hue angle of 72.23º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDF28B is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 139 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.05 |
| HSL | 72.23º | 0.8% | 0.75% | - |
| HSV(B) | 72.23º | 0.43% | 0.95% | - |
| XYZ | 66.23 | 80.74 | 36.52 | - |
| YUV | 223.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 139 | 0.09 | 0 | 0.43 | 0.05 | 72.23 | 0.8 | 0.75 |
| Hex | DD | F2 | 8B | 9 | 0 | 2B | 5 | 48 | 50 | 4B |
| Octal | 335 | 362 | 213 | 11 | 0 | 53 | 5 | 110 | 120 | 113 |
| Binary | 11011101 | 11110010 | 10001011 | 1001 | 0 | 101011 | 101 | 1001000 | 1010000 | 1001011 |
Color Harmonies of #DDF28B
Complementary color
Monochromatic Colors of #DDF28B
Black with #DDF28B
Text Example
Text Example
White with #DDF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF28B; }
p { color: rgb(221,242,139); }
H1.HeaderClassName
{
color: #DDF28B;
}
.AnyTagClassName
{
color: #DDF28B;
}
</style>
background-color css
<style>
a { background-color: #DDF28B; }
a { background-color: rgb(221,242,139); }
div.DivClassName
{
background-color: #DDF28B;
}
.BgClassName
{
background-color: #DDF28B;
}
</style>
border-color css
<style>
span { border-color: #DDF28B; }
span { border-color: rgb(221,242,139); }
td.TdClassName
{
border-color: #DDF28B;
}
.TagClassName
{
border-color: #DDF28B;
}
</style>