Shades of Honeysuckle #DEFD5D
Tints of Honeysuckle #DEFD5D
RGB
CMYK
RGB Variations
Color information
#DEFD5D (or 0xDEFD5D) is known color: Honeysuckle. HEX triplet: DE, FD and 5D. RGB value is (222,253,93). Sum of RGB (Red+Green+Blue) = 222+253+93=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 93 (36.72% from 255 or 16.37% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD5D is #2102A2. Grayscale: #E2E2E2. Windows color (decimal): -2163363 or 6159838. OLE color: 6159838.
HSL color Cylindrical-coordinate representation of color #DEFD5D: hue angle of 71.62º 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 #DEFD5D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 93 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.01 |
| HSL | 71.63º | 0.98% | 0.68% | - |
| HSV(B) | 71.63º | 0.63% | 0.99% | - |
| XYZ | 67.23 | 86.57 | 23.52 | - |
| YUV | 225.49 | 53.23 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 93 | 0.12 | 0 | 0.63 | 0.01 | 71.63 | 0.98 | 0.68 |
| Hex | DE | FD | 5D | C | 0 | 3F | 1 | 48 | 62 | 44 |
| Octal | 336 | 375 | 135 | 14 | 0 | 77 | 1 | 110 | 142 | 104 |
| Binary | 11011110 | 11111101 | 1011101 | 1100 | 0 | 111111 | 1 | 1001000 | 1100010 | 1000100 |
Color Harmonies of #DEFD5D
Complementary color
Monochromatic Colors of #DEFD5D
Black with #DEFD5D
Text Example
Text Example
White with #DEFD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFD5D; }
p { color: rgb(222,253,93); }
H1.HeaderClassName
{
color: #DEFD5D;
}
.AnyTagClassName
{
color: #DEFD5D;
}
</style>
background-color css
<style>
a { background-color: #DEFD5D; }
a { background-color: rgb(222,253,93); }
div.DivClassName
{
background-color: #DEFD5D;
}
.BgClassName
{
background-color: #DEFD5D;
}
</style>
border-color css
<style>
span { border-color: #DEFD5D; }
span { border-color: rgb(222,253,93); }
td.TdClassName
{
border-color: #DEFD5D;
}
.TagClassName
{
border-color: #DEFD5D;
}
</style>