Shades of Jonquil #DFF28D
Tints of Jonquil #DFF28D
RGB
CMYK
RGB Variations
Color information
#DFF28D (or 0xDFF28D) is known color: Jonquil. HEX triplet: DF, F2 and 8D. RGB value is (223,242,141). Sum of RGB (Red+Green+Blue) = 223+242+141=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF28D is #200D72. Grayscale: #E1E1E1. Windows color (decimal): -2100595 or 9302751. OLE color: 9302751.
HSL color Cylindrical-coordinate representation of color #DFF28D: hue angle of 71.29º degrees, saturation: 0.8, 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 #DFF28D is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 141 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.05 |
| HSL | 71.29º | 0.8% | 0.75% | - |
| HSV(B) | 71.29º | 0.42% | 0.95% | - |
| XYZ | 66.99 | 81.12 | 37.33 | - |
| YUV | 224.81 | 80.71 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 141 | 0.08 | 0 | 0.42 | 0.05 | 71.29 | 0.8 | 0.75 |
| Hex | DF | F2 | 8D | 8 | 0 | 2A | 5 | 47 | 50 | 4B |
| Octal | 337 | 362 | 215 | 10 | 0 | 52 | 5 | 107 | 120 | 113 |
| Binary | 11011111 | 11110010 | 10001101 | 1000 | 0 | 101010 | 101 | 1000111 | 1010000 | 1001011 |
Color Harmonies of #DFF28D
Complementary color
Monochromatic Colors of #DFF28D
Black with #DFF28D
Text Example
Text Example
White with #DFF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF28D; }
p { color: rgb(223,242,141); }
H1.HeaderClassName
{
color: #DFF28D;
}
.AnyTagClassName
{
color: #DFF28D;
}
</style>
background-color css
<style>
a { background-color: #DFF28D; }
a { background-color: rgb(223,242,141); }
div.DivClassName
{
background-color: #DFF28D;
}
.BgClassName
{
background-color: #DFF28D;
}
</style>
border-color css
<style>
span { border-color: #DFF28D; }
span { border-color: rgb(223,242,141); }
td.TdClassName
{
border-color: #DFF28D;
}
.TagClassName
{
border-color: #DFF28D;
}
</style>