Shades of Honeysuckle #DDFF5C
Tints of Honeysuckle #DDFF5C
RGB
CMYK
RGB Variations
Color information
#DDFF5C (or 0xDDFF5C) is known color: Honeysuckle. HEX triplet: DD, FF and 5C. RGB value is (221,255,92). Sum of RGB (Red+Green+Blue) = 221+255+92=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 92 (36.33% from 255 or 16.20% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF5C is #2200A3. Grayscale: #E2E2E2. Windows color (decimal): -2228388 or 6094813. OLE color: 6094813.
HSL color Cylindrical-coordinate representation of color #DDFF5C: hue angle of 72.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDFF5C is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 92 | - |
| CMYK | 0.13 | 0 | 0.64 | 0 |
| HSL | 72.52º | 1% | 0.68% | - |
| HSV(B) | 72.52º | 0.64% | 1% | - |
| XYZ | 67.51 | 87.66 | 23.49 | - |
| YUV | 226.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 92 | 0.13 | 0 | 0.64 | 0 | 72.52 | 1 | 0.68 |
| Hex | DD | FF | 5C | D | 0 | 40 | 0 | 49 | 64 | 44 |
| Octal | 335 | 377 | 134 | 15 | 0 | 100 | 0 | 111 | 144 | 104 |
| Binary | 11011101 | 11111111 | 1011100 | 1101 | 0 | 1000000 | 0 | 1001001 | 1100100 | 1000100 |
Color Harmonies of #DDFF5C
Complementary color
Monochromatic Colors of #DDFF5C
Black with #DDFF5C
Text Example
Text Example
White with #DDFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF5C; }
p { color: rgb(221,255,92); }
H1.HeaderClassName
{
color: #DDFF5C;
}
.AnyTagClassName
{
color: #DDFF5C;
}
</style>
background-color css
<style>
a { background-color: #DDFF5C; }
a { background-color: rgb(221,255,92); }
div.DivClassName
{
background-color: #DDFF5C;
}
.BgClassName
{
background-color: #DDFF5C;
}
</style>
border-color css
<style>
span { border-color: #DDFF5C; }
span { border-color: rgb(221,255,92); }
td.TdClassName
{
border-color: #DDFF5C;
}
.TagClassName
{
border-color: #DDFF5C;
}
</style>