Shades of Honeysuckle #DDFC5D
Tints of Honeysuckle #DDFC5D
RGB
CMYK
RGB Variations
Color information
#DDFC5D (or 0xDDFC5D) is known color: Honeysuckle. HEX triplet: DD, FC and 5D. RGB value is (221,252,93). Sum of RGB (Red+Green+Blue) = 221+252+93=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 93 (36.72% from 255 or 16.43% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC5D is #2203A2. Grayscale: #E1E1E1. Windows color (decimal): -2229155 or 6159581. OLE color: 6159581.
HSL color Cylindrical-coordinate representation of color #DDFC5D: hue angle of 71.7º degrees, saturation: 0.96, 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 #DDFC5D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 93 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.01 |
| HSL | 71.7º | 0.96% | 0.68% | - |
| HSV(B) | 71.7º | 0.63% | 0.99% | - |
| XYZ | 66.6 | 85.78 | 23.4 | - |
| YUV | 224.61 | 53.73 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 93 | 0.12 | 0 | 0.63 | 0.01 | 71.7 | 0.96 | 0.68 |
| Hex | DD | FC | 5D | C | 0 | 3F | 1 | 48 | 60 | 44 |
| Octal | 335 | 374 | 135 | 14 | 0 | 77 | 1 | 110 | 140 | 104 |
| Binary | 11011101 | 11111100 | 1011101 | 1100 | 0 | 111111 | 1 | 1001000 | 1100000 | 1000100 |
Color Harmonies of #DDFC5D
Complementary color
Monochromatic Colors of #DDFC5D
Black with #DDFC5D
Text Example
Text Example
White with #DDFC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC5D; }
p { color: rgb(221,252,93); }
H1.HeaderClassName
{
color: #DDFC5D;
}
.AnyTagClassName
{
color: #DDFC5D;
}
</style>
background-color css
<style>
a { background-color: #DDFC5D; }
a { background-color: rgb(221,252,93); }
div.DivClassName
{
background-color: #DDFC5D;
}
.BgClassName
{
background-color: #DDFC5D;
}
</style>
border-color css
<style>
span { border-color: #DDFC5D; }
span { border-color: rgb(221,252,93); }
td.TdClassName
{
border-color: #DDFC5D;
}
.TagClassName
{
border-color: #DDFC5D;
}
</style>