Shades of Jonquil #DCF388
Tints of Jonquil #DCF388
RGB
CMYK
RGB Variations
Color information
#DCF388 (or 0xDCF388) is known color: Jonquil. HEX triplet: DC, F3 and 88. RGB value is (220,243,136). Sum of RGB (Red+Green+Blue) = 220+243+136=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 136 (53.52% from 255 or 22.70% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF388 is #230C77. Grayscale: #E0E0E0. Windows color (decimal): -2296952 or 8975324. OLE color: 8975324.
HSL color Cylindrical-coordinate representation of color #DCF388: hue angle of 72.9º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCF388 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 136 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.05 |
| HSL | 72.9º | 0.82% | 0.74% | - |
| HSV(B) | 72.9º | 0.44% | 0.95% | - |
| XYZ | 66.01 | 81.09 | 35.47 | - |
| YUV | 223.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 136 | 0.09 | 0 | 0.44 | 0.05 | 72.9 | 0.82 | 0.74 |
| Hex | DC | F3 | 88 | 9 | 0 | 2C | 5 | 49 | 52 | 4A |
| Octal | 334 | 363 | 210 | 11 | 0 | 54 | 5 | 111 | 122 | 112 |
| Binary | 11011100 | 11110011 | 10001000 | 1001 | 0 | 101100 | 101 | 1001001 | 1010010 | 1001010 |
Color Harmonies of #DCF388
Complementary color
Monochromatic Colors of #DCF388
Black with #DCF388
Text Example
Text Example
White with #DCF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF388; }
p { color: rgb(220,243,136); }
H1.HeaderClassName
{
color: #DCF388;
}
.AnyTagClassName
{
color: #DCF388;
}
</style>
background-color css
<style>
a { background-color: #DCF388; }
a { background-color: rgb(220,243,136); }
div.DivClassName
{
background-color: #DCF388;
}
.BgClassName
{
background-color: #DCF388;
}
</style>
border-color css
<style>
span { border-color: #DCF388; }
span { border-color: rgb(220,243,136); }
td.TdClassName
{
border-color: #DCF388;
}
.TagClassName
{
border-color: #DCF388;
}
</style>