Shades of Honeysuckle #DDFF5B
Tints of Honeysuckle #DDFF5B
RGB
CMYK
RGB Variations
Color information
#DDFF5B (or 0xDDFF5B) is known color: Honeysuckle. HEX triplet: DD, FF and 5B. RGB value is (221,255,91). Sum of RGB (Red+Green+Blue) = 221+255+91=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 91 (35.94% from 255 or 16.05% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF5B is #2200A4. Grayscale: #E2E2E2. Windows color (decimal): -2228389 or 6029277. OLE color: 6029277.
HSL color Cylindrical-coordinate representation of color #DDFF5B: hue angle of 72.44º 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 #DDFF5B is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 91 | - |
| CMYK | 0.13 | 0 | 0.64 | 0 |
| HSL | 72.44º | 1% | 0.68% | - |
| HSV(B) | 72.44º | 0.64% | 1% | - |
| XYZ | 67.47 | 87.65 | 23.26 | - |
| YUV | 226.14 | 51.74 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 91 | 0.13 | 0 | 0.64 | 0 | 72.44 | 1 | 0.68 |
| Hex | DD | FF | 5B | D | 0 | 40 | 0 | 48 | 64 | 44 |
| Octal | 335 | 377 | 133 | 15 | 0 | 100 | 0 | 110 | 144 | 104 |
| Binary | 11011101 | 11111111 | 1011011 | 1101 | 0 | 1000000 | 0 | 1001000 | 1100100 | 1000100 |
Color Harmonies of #DDFF5B
Complementary color
Monochromatic Colors of #DDFF5B
Black with #DDFF5B
Text Example
Text Example
White with #DDFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF5B; }
p { color: rgb(221,255,91); }
H1.HeaderClassName
{
color: #DDFF5B;
}
.AnyTagClassName
{
color: #DDFF5B;
}
</style>
background-color css
<style>
a { background-color: #DDFF5B; }
a { background-color: rgb(221,255,91); }
div.DivClassName
{
background-color: #DDFF5B;
}
.BgClassName
{
background-color: #DDFF5B;
}
</style>
border-color css
<style>
span { border-color: #DDFF5B; }
span { border-color: rgb(221,255,91); }
td.TdClassName
{
border-color: #DDFF5B;
}
.TagClassName
{
border-color: #DDFF5B;
}
</style>