Shades of Honeysuckle #DDFE50
Tints of Honeysuckle #DDFE50
RGB
CMYK
RGB Variations
Color information
#DDFE50 (or 0xDDFE50) is known color: Honeysuckle. HEX triplet: DD, FE and 50. RGB value is (221,254,80). Sum of RGB (Red+Green+Blue) = 221+254+80=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 80 (31.64% from 255 or 14.41% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE50 is #2201AF. Grayscale: #E0E0E0. Windows color (decimal): -2228656 or 5308125. OLE color: 5308125.
HSL color Cylindrical-coordinate representation of color #DDFE50: hue angle of 71.38º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDFE50 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 80 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.00 |
| HSL | 71.38º | 0.99% | 0.65% | - |
| HSV(B) | 71.38º | 0.69% | 1% | - |
| XYZ | 66.71 | 86.83 | 20.83 | - |
| YUV | 224.3 | 46.57 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 80 | 0.13 | 0 | 0.69 | 0.00 | 71.38 | 0.99 | 0.65 |
| Hex | DD | FE | 50 | D | 0 | 45 | 0 | 47 | 63 | 41 |
| Octal | 335 | 376 | 120 | 15 | 0 | 105 | 0 | 107 | 143 | 101 |
| Binary | 11011101 | 11111110 | 1010000 | 1101 | 0 | 1000101 | 0 | 1000111 | 1100011 | 1000001 |
Color Harmonies of #DDFE50
Complementary color
Monochromatic Colors of #DDFE50
Black with #DDFE50
Text Example
Text Example
White with #DDFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE50; }
p { color: rgb(221,254,80); }
H1.HeaderClassName
{
color: #DDFE50;
}
.AnyTagClassName
{
color: #DDFE50;
}
</style>
background-color css
<style>
a { background-color: #DDFE50; }
a { background-color: rgb(221,254,80); }
div.DivClassName
{
background-color: #DDFE50;
}
.BgClassName
{
background-color: #DDFE50;
}
</style>
border-color css
<style>
span { border-color: #DDFE50; }
span { border-color: rgb(221,254,80); }
td.TdClassName
{
border-color: #DDFE50;
}
.TagClassName
{
border-color: #DDFE50;
}
</style>