Shades of Jonquil #DCF18A
Tints of Jonquil #DCF18A
RGB
CMYK
RGB Variations
Color information
#DCF18A (or 0xDCF18A) is known color: Jonquil. HEX triplet: DC, F1 and 8A. RGB value is (220,241,138). Sum of RGB (Red+Green+Blue) = 220+241+138=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF18A is #230E75. Grayscale: #DFDFDF. Windows color (decimal): -2297462 or 9105884. OLE color: 9105884.
HSL color Cylindrical-coordinate representation of color #DCF18A: hue angle of 72.23º degrees, saturation: 0.79, 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 #DCF18A is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 138 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.05 |
| HSL | 72.23º | 0.79% | 0.74% | - |
| HSV(B) | 72.23º | 0.43% | 0.95% | - |
| XYZ | 65.56 | 79.96 | 36.02 | - |
| YUV | 222.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 138 | 0.09 | 0 | 0.43 | 0.05 | 72.23 | 0.79 | 0.74 |
| Hex | DC | F1 | 8A | 9 | 0 | 2B | 5 | 48 | 4F | 4A |
| Octal | 334 | 361 | 212 | 11 | 0 | 53 | 5 | 110 | 117 | 112 |
| Binary | 11011100 | 11110001 | 10001010 | 1001 | 0 | 101011 | 101 | 1001000 | 1001111 | 1001010 |
Color Harmonies of #DCF18A
Complementary color
Monochromatic Colors of #DCF18A
Black with #DCF18A
Text Example
Text Example
White with #DCF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF18A; }
p { color: rgb(220,241,138); }
H1.HeaderClassName
{
color: #DCF18A;
}
.AnyTagClassName
{
color: #DCF18A;
}
</style>
background-color css
<style>
a { background-color: #DCF18A; }
a { background-color: rgb(220,241,138); }
div.DivClassName
{
background-color: #DCF18A;
}
.BgClassName
{
background-color: #DCF18A;
}
</style>
border-color css
<style>
span { border-color: #DCF18A; }
span { border-color: rgb(220,241,138); }
td.TdClassName
{
border-color: #DCF18A;
}
.TagClassName
{
border-color: #DCF18A;
}
</style>