Shades of Honeysuckle #DDF750
Tints of Honeysuckle #DDF750
RGB
CMYK
RGB Variations
Color information
#DDF750 (or 0xDDF750) is known color: Honeysuckle. HEX triplet: DD, F7 and 50. RGB value is (221,247,80). Sum of RGB (Red+Green+Blue) = 221+247+80=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF750 is #2208AF. Grayscale: #DCDCDC. Windows color (decimal): -2230448 or 5306333. OLE color: 5306333.
HSL color Cylindrical-coordinate representation of color #DDF750: hue angle of 69.34º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDF750 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 80 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.03 |
| HSL | 69.34º | 0.91% | 0.64% | - |
| HSV(B) | 69.34º | 0.68% | 0.97% | - |
| XYZ | 64.53 | 82.47 | 20.11 | - |
| YUV | 220.19 | 48.89 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 80 | 0.11 | 0 | 0.68 | 0.03 | 69.34 | 0.91 | 0.64 |
| Hex | DD | F7 | 50 | B | 0 | 44 | 3 | 45 | 5B | 40 |
| Octal | 335 | 367 | 120 | 13 | 0 | 104 | 3 | 105 | 133 | 100 |
| Binary | 11011101 | 11110111 | 1010000 | 1011 | 0 | 1000100 | 11 | 1000101 | 1011011 | 1000000 |
Color Harmonies of #DDF750
Complementary color
Monochromatic Colors of #DDF750
Black with #DDF750
Text Example
Text Example
White with #DDF750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF750; }
p { color: rgb(221,247,80); }
H1.HeaderClassName
{
color: #DDF750;
}
.AnyTagClassName
{
color: #DDF750;
}
</style>
background-color css
<style>
a { background-color: #DDF750; }
a { background-color: rgb(221,247,80); }
div.DivClassName
{
background-color: #DDF750;
}
.BgClassName
{
background-color: #DDF750;
}
</style>
border-color css
<style>
span { border-color: #DDF750; }
span { border-color: rgb(221,247,80); }
td.TdClassName
{
border-color: #DDF750;
}
.TagClassName
{
border-color: #DDF750;
}
</style>