Shades of Jonquil #DEF58C
Tints of Jonquil #DEF58C
RGB
CMYK
RGB Variations
Color information
#DEF58C (or 0xDEF58C) is known color: Jonquil. HEX triplet: DE, F5 and 8C. RGB value is (222,245,140). Sum of RGB (Red+Green+Blue) = 222+245+140=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF58C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF58C is #210A73. Grayscale: #E2E2E2. Windows color (decimal): -2165364 or 9237982. OLE color: 9237982.
HSL color Cylindrical-coordinate representation of color #DEF58C: hue angle of 73.14º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEF58C is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 140 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.04 |
| HSL | 73.14º | 0.84% | 0.75% | - |
| HSV(B) | 73.14º | 0.43% | 0.96% | - |
| XYZ | 67.51 | 82.73 | 37.22 | - |
| YUV | 226.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 140 | 0.09 | 0 | 0.43 | 0.04 | 73.14 | 0.84 | 0.75 |
| Hex | DE | F5 | 8C | 9 | 0 | 2B | 4 | 49 | 54 | 4B |
| Octal | 336 | 365 | 214 | 11 | 0 | 53 | 4 | 111 | 124 | 113 |
| Binary | 11011110 | 11110101 | 10001100 | 1001 | 0 | 101011 | 100 | 1001001 | 1010100 | 1001011 |
Color Harmonies of #DEF58C
Complementary color
Monochromatic Colors of #DEF58C
Black with #DEF58C
Text Example
Text Example
White with #DEF58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF58C; }
p { color: rgb(222,245,140); }
H1.HeaderClassName
{
color: #DEF58C;
}
.AnyTagClassName
{
color: #DEF58C;
}
</style>
background-color css
<style>
a { background-color: #DEF58C; }
a { background-color: rgb(222,245,140); }
div.DivClassName
{
background-color: #DEF58C;
}
.BgClassName
{
background-color: #DEF58C;
}
</style>
border-color css
<style>
span { border-color: #DEF58C; }
span { border-color: rgb(222,245,140); }
td.TdClassName
{
border-color: #DEF58C;
}
.TagClassName
{
border-color: #DEF58C;
}
</style>