Shades of Jonquil #DFF28C
Tints of Jonquil #DFF28C
RGB
CMYK
RGB Variations
Color information
#DFF28C (or 0xDFF28C) is known color: Jonquil. HEX triplet: DF, F2 and 8C. RGB value is (223,242,140). Sum of RGB (Red+Green+Blue) = 223+242+140=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF28C is #200D73. Grayscale: #E1E1E1. Windows color (decimal): -2100596 or 9237215. OLE color: 9237215.
HSL color Cylindrical-coordinate representation of color #DFF28C: hue angle of 71.18º 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 #DFF28C is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 140 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.05 |
| HSL | 71.18º | 0.8% | 0.75% | - |
| HSV(B) | 71.18º | 0.42% | 0.95% | - |
| XYZ | 66.92 | 81.09 | 36.94 | - |
| YUV | 224.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 140 | 0.08 | 0 | 0.42 | 0.05 | 71.18 | 0.8 | 0.75 |
| Hex | DF | F2 | 8C | 8 | 0 | 2A | 5 | 47 | 50 | 4B |
| Octal | 337 | 362 | 214 | 10 | 0 | 52 | 5 | 107 | 120 | 113 |
| Binary | 11011111 | 11110010 | 10001100 | 1000 | 0 | 101010 | 101 | 1000111 | 1010000 | 1001011 |
Color Harmonies of #DFF28C
Complementary color
Monochromatic Colors of #DFF28C
Black with #DFF28C
Text Example
Text Example
White with #DFF28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF28C; }
p { color: rgb(223,242,140); }
H1.HeaderClassName
{
color: #DFF28C;
}
.AnyTagClassName
{
color: #DFF28C;
}
</style>
background-color css
<style>
a { background-color: #DFF28C; }
a { background-color: rgb(223,242,140); }
div.DivClassName
{
background-color: #DFF28C;
}
.BgClassName
{
background-color: #DFF28C;
}
</style>
border-color css
<style>
span { border-color: #DFF28C; }
span { border-color: rgb(223,242,140); }
td.TdClassName
{
border-color: #DFF28C;
}
.TagClassName
{
border-color: #DFF28C;
}
</style>