Shades of Honeysuckle #DDF255
Tints of Honeysuckle #DDF255
RGB
CMYK
RGB Variations
Color information
#DDF255 (or 0xDDF255) is known color: Honeysuckle. HEX triplet: DD, F2 and 55. RGB value is (221,242,85). Sum of RGB (Red+Green+Blue) = 221+242+85=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 85 (33.59% from 255 or 15.51% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF255 is #220DAA. Grayscale: #DADADA. Windows color (decimal): -2231723 or 5632733. OLE color: 5632733.
HSL color Cylindrical-coordinate representation of color #DDF255: hue angle of 68.03º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDF255 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 85 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.05 |
| HSL | 68.03º | 0.86% | 0.64% | - |
| HSV(B) | 68.03º | 0.65% | 0.95% | - |
| XYZ | 63.21 | 79.53 | 20.61 | - |
| YUV | 217.82 | 53.04 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 85 | 0.09 | 0 | 0.65 | 0.05 | 68.03 | 0.86 | 0.64 |
| Hex | DD | F2 | 55 | 9 | 0 | 41 | 5 | 44 | 56 | 40 |
| Octal | 335 | 362 | 125 | 11 | 0 | 101 | 5 | 104 | 126 | 100 |
| Binary | 11011101 | 11110010 | 1010101 | 1001 | 0 | 1000001 | 101 | 1000100 | 1010110 | 1000000 |
Color Harmonies of #DDF255
Complementary color
Monochromatic Colors of #DDF255
Black with #DDF255
Text Example
Text Example
White with #DDF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF255; }
p { color: rgb(221,242,85); }
H1.HeaderClassName
{
color: #DDF255;
}
.AnyTagClassName
{
color: #DDF255;
}
</style>
background-color css
<style>
a { background-color: #DDF255; }
a { background-color: rgb(221,242,85); }
div.DivClassName
{
background-color: #DDF255;
}
.BgClassName
{
background-color: #DDF255;
}
</style>
border-color css
<style>
span { border-color: #DDF255; }
span { border-color: rgb(221,242,85); }
td.TdClassName
{
border-color: #DDF255;
}
.TagClassName
{
border-color: #DDF255;
}
</style>