Shades of Honeysuckle #DDF850
Tints of Honeysuckle #DDF850
RGB
CMYK
RGB Variations
Color information
#DDF850 (or 0xDDF850) is known color: Honeysuckle. HEX triplet: DD, F8 and 50. RGB value is (221,248,80). Sum of RGB (Red+Green+Blue) = 221+248+80=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 80 (31.64% from 255 or 14.57% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF850 is #2207AF. Grayscale: #DDDDDD. Windows color (decimal): -2230192 or 5306589. OLE color: 5306589.
HSL color Cylindrical-coordinate representation of color #DDF850: hue angle of 69.64º degrees, saturation: 0.92, 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 #DDF850 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 80 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.03 |
| HSL | 69.64º | 0.92% | 0.64% | - |
| HSV(B) | 69.64º | 0.68% | 0.97% | - |
| XYZ | 64.83 | 83.09 | 20.21 | - |
| YUV | 220.78 | 48.55 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 80 | 0.11 | 0 | 0.68 | 0.03 | 69.64 | 0.92 | 0.64 |
| Hex | DD | F8 | 50 | B | 0 | 44 | 3 | 46 | 5C | 40 |
| Octal | 335 | 370 | 120 | 13 | 0 | 104 | 3 | 106 | 134 | 100 |
| Binary | 11011101 | 11111000 | 1010000 | 1011 | 0 | 1000100 | 11 | 1000110 | 1011100 | 1000000 |
Color Harmonies of #DDF850
Complementary color
Monochromatic Colors of #DDF850
Black with #DDF850
Text Example
Text Example
White with #DDF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF850; }
p { color: rgb(221,248,80); }
H1.HeaderClassName
{
color: #DDF850;
}
.AnyTagClassName
{
color: #DDF850;
}
</style>
background-color css
<style>
a { background-color: #DDF850; }
a { background-color: rgb(221,248,80); }
div.DivClassName
{
background-color: #DDF850;
}
.BgClassName
{
background-color: #DDF850;
}
</style>
border-color css
<style>
span { border-color: #DDF850; }
span { border-color: rgb(221,248,80); }
td.TdClassName
{
border-color: #DDF850;
}
.TagClassName
{
border-color: #DDF850;
}
</style>