Shades of Jonquil #DDF28A
Tints of Jonquil #DDF28A
RGB
CMYK
RGB Variations
Color information
#DDF28A (or 0xDDF28A) is known color: Jonquil. HEX triplet: DD, F2 and 8A. RGB value is (221,242,138). Sum of RGB (Red+Green+Blue) = 221+242+138=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF28A is #220D75. Grayscale: #E0E0E0. Windows color (decimal): -2231670 or 9106141. OLE color: 9106141.
HSL color Cylindrical-coordinate representation of color #DDF28A: hue angle of 72.12º 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 #DDF28A is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 138 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.05 |
| HSL | 72.12º | 0.8% | 0.75% | - |
| HSV(B) | 72.12º | 0.43% | 0.95% | - |
| XYZ | 66.16 | 80.71 | 36.14 | - |
| YUV | 223.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 138 | 0.09 | 0 | 0.43 | 0.05 | 72.12 | 0.8 | 0.75 |
| Hex | DD | F2 | 8A | 9 | 0 | 2B | 5 | 48 | 50 | 4B |
| Octal | 335 | 362 | 212 | 11 | 0 | 53 | 5 | 110 | 120 | 113 |
| Binary | 11011101 | 11110010 | 10001010 | 1001 | 0 | 101011 | 101 | 1001000 | 1010000 | 1001011 |
Color Harmonies of #DDF28A
Complementary color
Monochromatic Colors of #DDF28A
Black with #DDF28A
Text Example
Text Example
White with #DDF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF28A; }
p { color: rgb(221,242,138); }
H1.HeaderClassName
{
color: #DDF28A;
}
.AnyTagClassName
{
color: #DDF28A;
}
</style>
background-color css
<style>
a { background-color: #DDF28A; }
a { background-color: rgb(221,242,138); }
div.DivClassName
{
background-color: #DDF28A;
}
.BgClassName
{
background-color: #DDF28A;
}
</style>
border-color css
<style>
span { border-color: #DDF28A; }
span { border-color: rgb(221,242,138); }
td.TdClassName
{
border-color: #DDF28A;
}
.TagClassName
{
border-color: #DDF28A;
}
</style>