Shades of Honeysuckle #DEFE56
Tints of Honeysuckle #DEFE56
RGB
CMYK
RGB Variations
Color information
#DEFE56 (or 0xDEFE56) is known color: Honeysuckle. HEX triplet: DE, FE and 56. RGB value is (222,254,86). Sum of RGB (Red+Green+Blue) = 222+254+86=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 86 (33.98% from 255 or 15.30% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFE56 is #2101A9. Grayscale: #E1E1E1. Windows color (decimal): -2163114 or 5701342. OLE color: 5701342.
HSL color Cylindrical-coordinate representation of color #DEFE56: hue angle of 71.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEFE56 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 86 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.00 |
| HSL | 71.43º | 0.99% | 0.67% | - |
| HSV(B) | 71.43º | 0.66% | 1% | - |
| XYZ | 67.25 | 87.09 | 22.07 | - |
| YUV | 225.28 | 49.4 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 86 | 0.13 | 0 | 0.66 | 0.00 | 71.43 | 0.99 | 0.67 |
| Hex | DE | FE | 56 | D | 0 | 42 | 0 | 47 | 63 | 43 |
| Octal | 336 | 376 | 126 | 15 | 0 | 102 | 0 | 107 | 143 | 103 |
| Binary | 11011110 | 11111110 | 1010110 | 1101 | 0 | 1000010 | 0 | 1000111 | 1100011 | 1000011 |
Color Harmonies of #DEFE56
Complementary color
Monochromatic Colors of #DEFE56
Black with #DEFE56
Text Example
Text Example
White with #DEFE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE56; }
p { color: rgb(222,254,86); }
H1.HeaderClassName
{
color: #DEFE56;
}
.AnyTagClassName
{
color: #DEFE56;
}
</style>
background-color css
<style>
a { background-color: #DEFE56; }
a { background-color: rgb(222,254,86); }
div.DivClassName
{
background-color: #DEFE56;
}
.BgClassName
{
background-color: #DEFE56;
}
</style>
border-color css
<style>
span { border-color: #DEFE56; }
span { border-color: rgb(222,254,86); }
td.TdClassName
{
border-color: #DEFE56;
}
.TagClassName
{
border-color: #DEFE56;
}
</style>