Shades of Honeysuckle #DEFE5D
Tints of Honeysuckle #DEFE5D
RGB
CMYK
RGB Variations
Color information
#DEFE5D (or 0xDEFE5D) is known color: Honeysuckle. HEX triplet: DE, FE and 5D. RGB value is (222,254,93). Sum of RGB (Red+Green+Blue) = 222+254+93=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 93 (36.72% from 255 or 16.34% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFE5D is #2101A2. Grayscale: #E2E2E2. Windows color (decimal): -2163107 or 6160094. OLE color: 6160094.
HSL color Cylindrical-coordinate representation of color #DEFE5D: hue angle of 71.93º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEFE5D is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 93 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.00 |
| HSL | 71.93º | 0.99% | 0.68% | - |
| HSV(B) | 71.93º | 0.63% | 1% | - |
| XYZ | 67.54 | 87.2 | 23.63 | - |
| YUV | 226.08 | 52.9 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 93 | 0.13 | 0 | 0.63 | 0.00 | 71.93 | 0.99 | 0.68 |
| Hex | DE | FE | 5D | D | 0 | 3F | 0 | 48 | 63 | 44 |
| Octal | 336 | 376 | 135 | 15 | 0 | 77 | 0 | 110 | 143 | 104 |
| Binary | 11011110 | 11111110 | 1011101 | 1101 | 0 | 111111 | 0 | 1001000 | 1100011 | 1000100 |
Color Harmonies of #DEFE5D
Complementary color
Monochromatic Colors of #DEFE5D
Black with #DEFE5D
Text Example
Text Example
White with #DEFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE5D; }
p { color: rgb(222,254,93); }
H1.HeaderClassName
{
color: #DEFE5D;
}
.AnyTagClassName
{
color: #DEFE5D;
}
</style>
background-color css
<style>
a { background-color: #DEFE5D; }
a { background-color: rgb(222,254,93); }
div.DivClassName
{
background-color: #DEFE5D;
}
.BgClassName
{
background-color: #DEFE5D;
}
</style>
border-color css
<style>
span { border-color: #DEFE5D; }
span { border-color: rgb(222,254,93); }
td.TdClassName
{
border-color: #DEFE5D;
}
.TagClassName
{
border-color: #DEFE5D;
}
</style>