Shades of Jonquil #DEF38C
Tints of Jonquil #DEF38C
RGB
CMYK
RGB Variations
Color information
#DEF38C (or 0xDEF38C) is known color: Jonquil. HEX triplet: DE, F3 and 8C. RGB value is (222,243,140). Sum of RGB (Red+Green+Blue) = 222+243+140=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF38C is #210C73. Grayscale: #E1E1E1. Windows color (decimal): -2165876 or 9237470. OLE color: 9237470.
HSL color Cylindrical-coordinate representation of color #DEF38C: hue angle of 72.23º 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 #DEF38C is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 140 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.05 |
| HSL | 72.23º | 0.81% | 0.75% | - |
| HSV(B) | 72.23º | 0.42% | 0.95% | - |
| XYZ | 66.91 | 81.52 | 37.02 | - |
| YUV | 224.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 140 | 0.09 | 0 | 0.42 | 0.05 | 72.23 | 0.81 | 0.75 |
| Hex | DE | F3 | 8C | 9 | 0 | 2A | 5 | 48 | 51 | 4B |
| Octal | 336 | 363 | 214 | 11 | 0 | 52 | 5 | 110 | 121 | 113 |
| Binary | 11011110 | 11110011 | 10001100 | 1001 | 0 | 101010 | 101 | 1001000 | 1010001 | 1001011 |
Color Harmonies of #DEF38C
Complementary color
Monochromatic Colors of #DEF38C
Black with #DEF38C
Text Example
Text Example
White with #DEF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF38C; }
p { color: rgb(222,243,140); }
H1.HeaderClassName
{
color: #DEF38C;
}
.AnyTagClassName
{
color: #DEF38C;
}
</style>
background-color css
<style>
a { background-color: #DEF38C; }
a { background-color: rgb(222,243,140); }
div.DivClassName
{
background-color: #DEF38C;
}
.BgClassName
{
background-color: #DEF38C;
}
</style>
border-color css
<style>
span { border-color: #DEF38C; }
span { border-color: rgb(222,243,140); }
td.TdClassName
{
border-color: #DEF38C;
}
.TagClassName
{
border-color: #DEF38C;
}
</style>