Shades of Jonquil #DCF289
Tints of Jonquil #DCF289
RGB
CMYK
RGB Variations
Color information
#DCF289 (or 0xDCF289) is known color: Jonquil. HEX triplet: DC, F2 and 89. RGB value is (220,242,137). Sum of RGB (Red+Green+Blue) = 220+242+137=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 137 (53.91% from 255 or 22.87% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF289 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF289 is #230D76. Grayscale: #DFDFDF. Windows color (decimal): -2297207 or 9040604. OLE color: 9040604.
HSL color Cylindrical-coordinate representation of color #DCF289: hue angle of 72.57º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCF289 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 137 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.05 |
| HSL | 72.57º | 0.8% | 0.74% | - |
| HSV(B) | 72.57º | 0.43% | 0.95% | - |
| XYZ | 65.78 | 80.53 | 35.74 | - |
| YUV | 223.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 137 | 0.09 | 0 | 0.43 | 0.05 | 72.57 | 0.8 | 0.74 |
| Hex | DC | F2 | 89 | 9 | 0 | 2B | 5 | 49 | 50 | 4A |
| Octal | 334 | 362 | 211 | 11 | 0 | 53 | 5 | 111 | 120 | 112 |
| Binary | 11011100 | 11110010 | 10001001 | 1001 | 0 | 101011 | 101 | 1001001 | 1010000 | 1001010 |
Color Harmonies of #DCF289
Complementary color
Monochromatic Colors of #DCF289
Black with #DCF289
Text Example
Text Example
White with #DCF289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF289; }
p { color: rgb(220,242,137); }
H1.HeaderClassName
{
color: #DCF289;
}
.AnyTagClassName
{
color: #DCF289;
}
</style>
background-color css
<style>
a { background-color: #DCF289; }
a { background-color: rgb(220,242,137); }
div.DivClassName
{
background-color: #DCF289;
}
.BgClassName
{
background-color: #DCF289;
}
</style>
border-color css
<style>
span { border-color: #DCF289; }
span { border-color: rgb(220,242,137); }
td.TdClassName
{
border-color: #DCF289;
}
.TagClassName
{
border-color: #DCF289;
}
</style>