Shades of Honeysuckle #DDF350
Tints of Honeysuckle #DDF350
RGB
CMYK
RGB Variations
Color information
#DDF350 (or 0xDDF350) is known color: Honeysuckle. HEX triplet: DD, F3 and 50. RGB value is (221,243,80). Sum of RGB (Red+Green+Blue) = 221+243+80=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF350 is #220CAF. Grayscale: #DADADA. Windows color (decimal): -2231472 or 5305309. OLE color: 5305309.
HSL color Cylindrical-coordinate representation of color #DDF350: hue angle of 68.1º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDF350 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 80 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.05 |
| HSL | 68.1º | 0.87% | 0.63% | - |
| HSV(B) | 68.1º | 0.67% | 0.95% | - |
| XYZ | 63.32 | 80.05 | 19.7 | - |
| YUV | 217.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 80 | 0.09 | 0 | 0.67 | 0.05 | 68.1 | 0.87 | 0.63 |
| Hex | DD | F3 | 50 | 9 | 0 | 43 | 5 | 44 | 57 | 3F |
| Octal | 335 | 363 | 120 | 11 | 0 | 103 | 5 | 104 | 127 | 77 |
| Binary | 11011101 | 11110011 | 1010000 | 1001 | 0 | 1000011 | 101 | 1000100 | 1010111 | 111111 |
Color Harmonies of #DDF350
Complementary color
Monochromatic Colors of #DDF350
Black with #DDF350
Text Example
Text Example
White with #DDF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF350; }
p { color: rgb(221,243,80); }
H1.HeaderClassName
{
color: #DDF350;
}
.AnyTagClassName
{
color: #DDF350;
}
</style>
background-color css
<style>
a { background-color: #DDF350; }
a { background-color: rgb(221,243,80); }
div.DivClassName
{
background-color: #DDF350;
}
.BgClassName
{
background-color: #DDF350;
}
</style>
border-color css
<style>
span { border-color: #DDF350; }
span { border-color: rgb(221,243,80); }
td.TdClassName
{
border-color: #DDF350;
}
.TagClassName
{
border-color: #DDF350;
}
</style>