Shades of Jonquil #DEF28D
Tints of Jonquil #DEF28D
RGB
CMYK
RGB Variations
Color information
#DEF28D (or 0xDEF28D) is known color: Jonquil. HEX triplet: DE, F2 and 8D. RGB value is (222,242,141). Sum of RGB (Red+Green+Blue) = 222+242+141=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF28D is #210D72. Grayscale: #E0E0E0. Windows color (decimal): -2166131 or 9302750. OLE color: 9302750.
HSL color Cylindrical-coordinate representation of color #DEF28D: hue angle of 71.88º 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 #DEF28D is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 141 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.05 |
| HSL | 71.88º | 0.8% | 0.75% | - |
| HSV(B) | 71.88º | 0.42% | 0.95% | - |
| XYZ | 66.68 | 80.96 | 37.31 | - |
| YUV | 224.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 141 | 0.08 | 0 | 0.42 | 0.05 | 71.88 | 0.8 | 0.75 |
| Hex | DE | F2 | 8D | 8 | 0 | 2A | 5 | 48 | 50 | 4B |
| Octal | 336 | 362 | 215 | 10 | 0 | 52 | 5 | 110 | 120 | 113 |
| Binary | 11011110 | 11110010 | 10001101 | 1000 | 0 | 101010 | 101 | 1001000 | 1010000 | 1001011 |
Color Harmonies of #DEF28D
Complementary color
Monochromatic Colors of #DEF28D
Black with #DEF28D
Text Example
Text Example
White with #DEF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF28D; }
p { color: rgb(222,242,141); }
H1.HeaderClassName
{
color: #DEF28D;
}
.AnyTagClassName
{
color: #DEF28D;
}
</style>
background-color css
<style>
a { background-color: #DEF28D; }
a { background-color: rgb(222,242,141); }
div.DivClassName
{
background-color: #DEF28D;
}
.BgClassName
{
background-color: #DEF28D;
}
</style>
border-color css
<style>
span { border-color: #DEF28D; }
span { border-color: rgb(222,242,141); }
td.TdClassName
{
border-color: #DEF28D;
}
.TagClassName
{
border-color: #DEF28D;
}
</style>