Shades of Honeysuckle #DDF158
Tints of Honeysuckle #DDF158
RGB
CMYK
RGB Variations
Color information
#DDF158 (or 0xDDF158) is known color: Honeysuckle. HEX triplet: DD, F1 and 58. RGB value is (221,241,88). Sum of RGB (Red+Green+Blue) = 221+241+88=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 88 (34.77% from 255 or 16% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF158 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF158 is #220EA7. Grayscale: #DADADA. Windows color (decimal): -2231976 or 5829085. OLE color: 5829085.
HSL color Cylindrical-coordinate representation of color #DDF158: hue angle of 67.84º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDF158 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 88 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.05 |
| HSL | 67.84º | 0.85% | 0.65% | - |
| HSV(B) | 67.84º | 0.63% | 0.95% | - |
| XYZ | 63.04 | 78.99 | 21.16 | - |
| YUV | 217.58 | 54.87 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 88 | 0.08 | 0 | 0.63 | 0.05 | 67.84 | 0.85 | 0.65 |
| Hex | DD | F1 | 58 | 8 | 0 | 3F | 5 | 44 | 55 | 41 |
| Octal | 335 | 361 | 130 | 10 | 0 | 77 | 5 | 104 | 125 | 101 |
| Binary | 11011101 | 11110001 | 1011000 | 1000 | 0 | 111111 | 101 | 1000100 | 1010101 | 1000001 |
Color Harmonies of #DDF158
Complementary color
Monochromatic Colors of #DDF158
Black with #DDF158
Text Example
Text Example
White with #DDF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF158; }
p { color: rgb(221,241,88); }
H1.HeaderClassName
{
color: #DDF158;
}
.AnyTagClassName
{
color: #DDF158;
}
</style>
background-color css
<style>
a { background-color: #DDF158; }
a { background-color: rgb(221,241,88); }
div.DivClassName
{
background-color: #DDF158;
}
.BgClassName
{
background-color: #DDF158;
}
</style>
border-color css
<style>
span { border-color: #DDF158; }
span { border-color: rgb(221,241,88); }
td.TdClassName
{
border-color: #DDF158;
}
.TagClassName
{
border-color: #DDF158;
}
</style>