Shades of Jonquil #DCF38C
Tints of Jonquil #DCF38C
RGB
CMYK
RGB Variations
Color information
#DCF38C (or 0xDCF38C) is known color: Jonquil. HEX triplet: DC, F3 and 8C. RGB value is (220,243,140). Sum of RGB (Red+Green+Blue) = 220+243+140=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF38C is #230C73. Grayscale: #E0E0E0. Windows color (decimal): -2296948 or 9237468. OLE color: 9237468.
HSL color Cylindrical-coordinate representation of color #DCF38C: hue angle of 73.4º degrees, saturation: 0.81, 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 #DCF38C is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 140 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.05 |
| HSL | 73.4º | 0.81% | 0.75% | - |
| HSV(B) | 73.4º | 0.42% | 0.95% | - |
| XYZ | 66.3 | 81.21 | 36.99 | - |
| YUV | 224.38 | 80.38 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 140 | 0.09 | 0 | 0.42 | 0.05 | 73.4 | 0.81 | 0.75 |
| Hex | DC | F3 | 8C | 9 | 0 | 2A | 5 | 49 | 51 | 4B |
| Octal | 334 | 363 | 214 | 11 | 0 | 52 | 5 | 111 | 121 | 113 |
| Binary | 11011100 | 11110011 | 10001100 | 1001 | 0 | 101010 | 101 | 1001001 | 1010001 | 1001011 |
Color Harmonies of #DCF38C
Complementary color
Monochromatic Colors of #DCF38C
Black with #DCF38C
Text Example
Text Example
White with #DCF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF38C; }
p { color: rgb(220,243,140); }
H1.HeaderClassName
{
color: #DCF38C;
}
.AnyTagClassName
{
color: #DCF38C;
}
</style>
background-color css
<style>
a { background-color: #DCF38C; }
a { background-color: rgb(220,243,140); }
div.DivClassName
{
background-color: #DCF38C;
}
.BgClassName
{
background-color: #DCF38C;
}
</style>
border-color css
<style>
span { border-color: #DCF38C; }
span { border-color: rgb(220,243,140); }
td.TdClassName
{
border-color: #DCF38C;
}
.TagClassName
{
border-color: #DCF38C;
}
</style>