Shades of Honeysuckle #DDFE52
Tints of Honeysuckle #DDFE52
RGB
CMYK
RGB Variations
Color information
#DDFE52 (or 0xDDFE52) is known color: Honeysuckle. HEX triplet: DD, FE and 52. RGB value is (221,254,82). Sum of RGB (Red+Green+Blue) = 221+254+82=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 82 (32.42% from 255 or 14.72% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE52 is #2201AD. Grayscale: #E1E1E1. Windows color (decimal): -2228654 or 5439197. OLE color: 5439197.
HSL color Cylindrical-coordinate representation of color #DDFE52: hue angle of 71.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDFE52 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 82 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.00 |
| HSL | 71.51º | 0.99% | 0.66% | - |
| HSV(B) | 71.51º | 0.68% | 1% | - |
| XYZ | 66.78 | 86.86 | 21.23 | - |
| YUV | 224.53 | 47.57 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 82 | 0.13 | 0 | 0.68 | 0.00 | 71.51 | 0.99 | 0.66 |
| Hex | DD | FE | 52 | D | 0 | 44 | 0 | 48 | 63 | 42 |
| Octal | 335 | 376 | 122 | 15 | 0 | 104 | 0 | 110 | 143 | 102 |
| Binary | 11011101 | 11111110 | 1010010 | 1101 | 0 | 1000100 | 0 | 1001000 | 1100011 | 1000010 |
Color Harmonies of #DDFE52
Complementary color
Monochromatic Colors of #DDFE52
Black with #DDFE52
Text Example
Text Example
White with #DDFE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE52; }
p { color: rgb(221,254,82); }
H1.HeaderClassName
{
color: #DDFE52;
}
.AnyTagClassName
{
color: #DDFE52;
}
</style>
background-color css
<style>
a { background-color: #DDFE52; }
a { background-color: rgb(221,254,82); }
div.DivClassName
{
background-color: #DDFE52;
}
.BgClassName
{
background-color: #DDFE52;
}
</style>
border-color css
<style>
span { border-color: #DDFE52; }
span { border-color: rgb(221,254,82); }
td.TdClassName
{
border-color: #DDFE52;
}
.TagClassName
{
border-color: #DDFE52;
}
</style>