Shades of Jonquil #DEF68E
Tints of Jonquil #DEF68E
RGB
CMYK
RGB Variations
Color information
#DEF68E (or 0xDEF68E) is known color: Jonquil. HEX triplet: DE, F6 and 8E. RGB value is (222,246,142). Sum of RGB (Red+Green+Blue) = 222+246+142=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 142 (55.86% from 255 or 23.28% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF68E is #210971. Grayscale: #E3E3E3. Windows color (decimal): -2165106 or 9369310. OLE color: 9369310.
HSL color Cylindrical-coordinate representation of color #DEF68E: hue angle of 73.85º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEF68E is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 142 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.04 |
| HSL | 73.85º | 0.85% | 0.76% | - |
| HSV(B) | 73.85º | 0.42% | 0.96% | - |
| XYZ | 67.96 | 83.39 | 38.11 | - |
| YUV | 226.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 142 | 0.10 | 0 | 0.42 | 0.04 | 73.85 | 0.85 | 0.76 |
| Hex | DE | F6 | 8E | A | 0 | 2A | 4 | 4A | 55 | 4C |
| Octal | 336 | 366 | 216 | 12 | 0 | 52 | 4 | 112 | 125 | 114 |
| Binary | 11011110 | 11110110 | 10001110 | 1010 | 0 | 101010 | 100 | 1001010 | 1010101 | 1001100 |
Color Harmonies of #DEF68E
Complementary color
Monochromatic Colors of #DEF68E
Black with #DEF68E
Text Example
Text Example
White with #DEF68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF68E; }
p { color: rgb(222,246,142); }
H1.HeaderClassName
{
color: #DEF68E;
}
.AnyTagClassName
{
color: #DEF68E;
}
</style>
background-color css
<style>
a { background-color: #DEF68E; }
a { background-color: rgb(222,246,142); }
div.DivClassName
{
background-color: #DEF68E;
}
.BgClassName
{
background-color: #DEF68E;
}
</style>
border-color css
<style>
span { border-color: #DEF68E; }
span { border-color: rgb(222,246,142); }
td.TdClassName
{
border-color: #DEF68E;
}
.TagClassName
{
border-color: #DEF68E;
}
</style>