Shades of Honeysuckle #DDFD5E
Tints of Honeysuckle #DDFD5E
RGB
CMYK
RGB Variations
Color information
#DDFD5E (or 0xDDFD5E) is known color: Honeysuckle. HEX triplet: DD, FD and 5E. RGB value is (221,253,94). Sum of RGB (Red+Green+Blue) = 221+253+94=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 94 (37.11% from 255 or 16.55% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD5E is #2202A1. Grayscale: #E1E1E1. Windows color (decimal): -2228898 or 6225373. OLE color: 6225373.
HSL color Cylindrical-coordinate representation of color #DDFD5E: hue angle of 72.08º 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 #DDFD5E is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 94 | - |
CMYK | 0.13 | 0 | 0.63 | 0.01 |
HSL | 72.08º | 0.98% | 0.68% | - |
HSV(B) | 72.08º | 0.63% | 0.99% | - |
XYZ | 66.96 | 86.43 | 23.74 | - |
YUV | 225.31 | 53.9 | 124.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 94 | 0.13 | 0 | 0.63 | 0.01 | 72.08 | 0.98 | 0.68 |
Hex | DD | FD | 5E | D | 0 | 3F | 1 | 48 | 62 | 44 |
Octal | 335 | 375 | 136 | 15 | 0 | 77 | 1 | 110 | 142 | 104 |
Binary | 11011101 | 11111101 | 1011110 | 1101 | 0 | 111111 | 1 | 1001000 | 1100010 | 1000100 |
Color Harmonies of #DDFD5E
Complementary color
Monochromatic Colors of #DDFD5E
Black with #DDFD5E
Text Example
Text Example
White with #DDFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD5E; }
p { color: rgb(221,253,94); }
H1.HeaderClassName
{
color: #DDFD5E;
}
.AnyTagClassName
{
color: #DDFD5E;
}
</style>
background-color css
<style>
a { background-color: #DDFD5E; }
a { background-color: rgb(221,253,94); }
div.DivClassName
{
background-color: #DDFD5E;
}
.BgClassName
{
background-color: #DDFD5E;
}
</style>
border-color css
<style>
span { border-color: #DDFD5E; }
span { border-color: rgb(221,253,94); }
td.TdClassName
{
border-color: #DDFD5E;
}
.TagClassName
{
border-color: #DDFD5E;
}
</style>