Shades of Jonquil #DEF28C
Tints of Jonquil #DEF28C
RGB
CMYK
RGB Variations
Color information
#DEF28C (or 0xDEF28C) is known color: Jonquil. HEX triplet: DE, F2 and 8C. RGB value is (222,242,140). Sum of RGB (Red+Green+Blue) = 222+242+140=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF28C is #210D73. Grayscale: #E0E0E0. Windows color (decimal): -2166132 or 9237214. OLE color: 9237214.
HSL color Cylindrical-coordinate representation of color #DEF28C: hue angle of 71.76º degrees, saturation: 0.8, 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 #DEF28C is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 140 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.05 |
| HSL | 71.76º | 0.8% | 0.75% | - |
| HSV(B) | 71.76º | 0.42% | 0.95% | - |
| XYZ | 66.61 | 80.93 | 36.92 | - |
| YUV | 224.39 | 80.37 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 140 | 0.08 | 0 | 0.42 | 0.05 | 71.76 | 0.8 | 0.75 |
| Hex | DE | F2 | 8C | 8 | 0 | 2A | 5 | 48 | 50 | 4B |
| Octal | 336 | 362 | 214 | 10 | 0 | 52 | 5 | 110 | 120 | 113 |
| Binary | 11011110 | 11110010 | 10001100 | 1000 | 0 | 101010 | 101 | 1001000 | 1010000 | 1001011 |
Color Harmonies of #DEF28C
Complementary color
Monochromatic Colors of #DEF28C
Black with #DEF28C
Text Example
Text Example
White with #DEF28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF28C; }
p { color: rgb(222,242,140); }
H1.HeaderClassName
{
color: #DEF28C;
}
.AnyTagClassName
{
color: #DEF28C;
}
</style>
background-color css
<style>
a { background-color: #DEF28C; }
a { background-color: rgb(222,242,140); }
div.DivClassName
{
background-color: #DEF28C;
}
.BgClassName
{
background-color: #DEF28C;
}
</style>
border-color css
<style>
span { border-color: #DEF28C; }
span { border-color: rgb(222,242,140); }
td.TdClassName
{
border-color: #DEF28C;
}
.TagClassName
{
border-color: #DEF28C;
}
</style>