Shades of Honeysuckle #DEE85F
Tints of Honeysuckle #DEE85F
RGB
CMYK
RGB Variations
Color information
#DEE85F (or 0xDEE85F) is known color: Honeysuckle. HEX triplet: DE, E8 and 5F. RGB value is (222,232,95). Sum of RGB (Red+Green+Blue) = 222+232+95=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE85F is #2117A0. Grayscale: #D5D5D5. Windows color (decimal): -2168737 or 6285534. OLE color: 6285534.
HSL color Cylindrical-coordinate representation of color #DEE85F: hue angle of 64.38º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEE85F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 95 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.09 |
| HSL | 64.38º | 0.75% | 0.64% | - |
| HSV(B) | 64.38º | 0.59% | 0.91% | - |
| XYZ | 61.05 | 74.07 | 21.91 | - |
| YUV | 213.39 | 61.19 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 95 | 0.04 | 0 | 0.59 | 0.09 | 64.38 | 0.75 | 0.64 |
| Hex | DE | E8 | 5F | 4 | 0 | 3B | 9 | 40 | 4B | 40 |
| Octal | 336 | 350 | 137 | 4 | 0 | 73 | 11 | 100 | 113 | 100 |
| Binary | 11011110 | 11101000 | 1011111 | 100 | 0 | 111011 | 1001 | 1000000 | 1001011 | 1000000 |
Color Harmonies of #DEE85F
Complementary color
Monochromatic Colors of #DEE85F
Black with #DEE85F
Text Example
Text Example
White with #DEE85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE85F; }
p { color: rgb(222,232,95); }
H1.HeaderClassName
{
color: #DEE85F;
}
.AnyTagClassName
{
color: #DEE85F;
}
</style>
background-color css
<style>
a { background-color: #DEE85F; }
a { background-color: rgb(222,232,95); }
div.DivClassName
{
background-color: #DEE85F;
}
.BgClassName
{
background-color: #DEE85F;
}
</style>
border-color css
<style>
span { border-color: #DEE85F; }
span { border-color: rgb(222,232,95); }
td.TdClassName
{
border-color: #DEE85F;
}
.TagClassName
{
border-color: #DEE85F;
}
</style>