Shades of Honeysuckle #DEFD5E
Tints of Honeysuckle #DEFD5E
RGB
CMYK
RGB Variations
Color information
#DEFD5E (or 0xDEFD5E) is known color: Honeysuckle. HEX triplet: DE, FD and 5E. RGB value is (222,253,94). Sum of RGB (Red+Green+Blue) = 222+253+94=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD5E is #2102A1. Grayscale: #E2E2E2. Windows color (decimal): -2163362 or 6225374. OLE color: 6225374.
HSL color Cylindrical-coordinate representation of color #DEFD5E: hue angle of 71.7º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEFD5E is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 94 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.01 |
| HSL | 71.7º | 0.98% | 0.68% | - |
| HSV(B) | 71.7º | 0.63% | 0.99% | - |
| XYZ | 67.27 | 86.59 | 23.76 | - |
| YUV | 225.61 | 53.73 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 94 | 0.12 | 0 | 0.63 | 0.01 | 71.7 | 0.98 | 0.68 |
| Hex | DE | FD | 5E | C | 0 | 3F | 1 | 48 | 62 | 44 |
| Octal | 336 | 375 | 136 | 14 | 0 | 77 | 1 | 110 | 142 | 104 |
| Binary | 11011110 | 11111101 | 1011110 | 1100 | 0 | 111111 | 1 | 1001000 | 1100010 | 1000100 |
Color Harmonies of #DEFD5E
Complementary color
Monochromatic Colors of #DEFD5E
Black with #DEFD5E
Text Example
Text Example
White with #DEFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFD5E; }
p { color: rgb(222,253,94); }
H1.HeaderClassName
{
color: #DEFD5E;
}
.AnyTagClassName
{
color: #DEFD5E;
}
</style>
background-color css
<style>
a { background-color: #DEFD5E; }
a { background-color: rgb(222,253,94); }
div.DivClassName
{
background-color: #DEFD5E;
}
.BgClassName
{
background-color: #DEFD5E;
}
</style>
border-color css
<style>
span { border-color: #DEFD5E; }
span { border-color: rgb(222,253,94); }
td.TdClassName
{
border-color: #DEFD5E;
}
.TagClassName
{
border-color: #DEFD5E;
}
</style>