Shades of Jonquil #DCF090
Tints of Jonquil #DCF090
RGB
CMYK
RGB Variations
Color information
#DCF090 (or 0xDCF090) is known color: Jonquil. HEX triplet: DC, F0 and 90. RGB value is (220,240,144). Sum of RGB (Red+Green+Blue) = 220+240+144=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 144 (56.64% from 255 or 23.84% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF090 is #230F6F. Grayscale: #DFDFDF. Windows color (decimal): -2297712 or 9498844. OLE color: 9498844.
HSL color Cylindrical-coordinate representation of color #DCF090: hue angle of 72.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF090 is Cyan = 0.08, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 144 | - |
| CMYK | 0.08 | 0 | 0.4 | 0.06 |
| HSL | 72.5º | 0.76% | 0.75% | - |
| HSV(B) | 72.5º | 0.4% | 0.94% | - |
| XYZ | 65.71 | 79.55 | 38.28 | - |
| YUV | 223.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 144 | 0.08 | 0 | 0.4 | 0.06 | 72.5 | 0.76 | 0.75 |
| Hex | DC | F0 | 90 | 8 | 0 | 28 | 6 | 48 | 4C | 4B |
| Octal | 334 | 360 | 220 | 10 | 0 | 50 | 6 | 110 | 114 | 113 |
| Binary | 11011100 | 11110000 | 10010000 | 1000 | 0 | 101000 | 110 | 1001000 | 1001100 | 1001011 |
Color Harmonies of #DCF090
Complementary color
Monochromatic Colors of #DCF090
Black with #DCF090
Text Example
Text Example
White with #DCF090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF090; }
p { color: rgb(220,240,144); }
H1.HeaderClassName
{
color: #DCF090;
}
.AnyTagClassName
{
color: #DCF090;
}
</style>
background-color css
<style>
a { background-color: #DCF090; }
a { background-color: rgb(220,240,144); }
div.DivClassName
{
background-color: #DCF090;
}
.BgClassName
{
background-color: #DCF090;
}
</style>
border-color css
<style>
span { border-color: #DCF090; }
span { border-color: rgb(220,240,144); }
td.TdClassName
{
border-color: #DCF090;
}
.TagClassName
{
border-color: #DCF090;
}
</style>