Shades of Honeysuckle #DEE85A
Tints of Honeysuckle #DEE85A
RGB
CMYK
RGB Variations
Color information
#DEE85A (or 0xDEE85A) is known color: Honeysuckle. HEX triplet: DE, E8 and 5A. RGB value is (222,232,90). Sum of RGB (Red+Green+Blue) = 222+232+90=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE85A is #2117A5. Grayscale: #D5D5D5. Windows color (decimal): -2168742 or 5957854. OLE color: 5957854.
HSL color Cylindrical-coordinate representation of color #DEE85A: hue angle of 64.23º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEE85A is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 90 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.09 |
| HSL | 64.23º | 0.76% | 0.63% | - |
| HSV(B) | 64.23º | 0.61% | 0.91% | - |
| XYZ | 60.83 | 73.98 | 20.75 | - |
| YUV | 212.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 90 | 0.04 | 0 | 0.61 | 0.09 | 64.23 | 0.76 | 0.63 |
| Hex | DE | E8 | 5A | 4 | 0 | 3D | 9 | 40 | 4C | 3F |
| Octal | 336 | 350 | 132 | 4 | 0 | 75 | 11 | 100 | 114 | 77 |
| Binary | 11011110 | 11101000 | 1011010 | 100 | 0 | 111101 | 1001 | 1000000 | 1001100 | 111111 |
Color Harmonies of #DEE85A
Complementary color
Monochromatic Colors of #DEE85A
Black with #DEE85A
Text Example
Text Example
White with #DEE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE85A; }
p { color: rgb(222,232,90); }
H1.HeaderClassName
{
color: #DEE85A;
}
.AnyTagClassName
{
color: #DEE85A;
}
</style>
background-color css
<style>
a { background-color: #DEE85A; }
a { background-color: rgb(222,232,90); }
div.DivClassName
{
background-color: #DEE85A;
}
.BgClassName
{
background-color: #DEE85A;
}
</style>
border-color css
<style>
span { border-color: #DEE85A; }
span { border-color: rgb(222,232,90); }
td.TdClassName
{
border-color: #DEE85A;
}
.TagClassName
{
border-color: #DEE85A;
}
</style>