Shades of Honeysuckle #DDFF52
Tints of Honeysuckle #DDFF52
RGB
CMYK
RGB Variations
Color information
#DDFF52 (or 0xDDFF52) is known color: Honeysuckle. HEX triplet: DD, FF and 52. RGB value is (221,255,82). Sum of RGB (Red+Green+Blue) = 221+255+82=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 82 (32.42% from 255 or 14.70% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF52 is #2200AD. Grayscale: #E1E1E1. Windows color (decimal): -2228398 or 5439453. OLE color: 5439453.
HSL color Cylindrical-coordinate representation of color #DDFF52: hue angle of 71.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDFF52 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 82 | - |
| CMYK | 0.13 | 0 | 0.68 | 0 |
| HSL | 71.79º | 1% | 0.66% | - |
| HSV(B) | 71.79º | 0.68% | 1% | - |
| XYZ | 67.1 | 87.5 | 21.34 | - |
| YUV | 225.11 | 47.24 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 82 | 0.13 | 0 | 0.68 | 0 | 71.79 | 1 | 0.66 |
| Hex | DD | FF | 52 | D | 0 | 44 | 0 | 48 | 64 | 42 |
| Octal | 335 | 377 | 122 | 15 | 0 | 104 | 0 | 110 | 144 | 102 |
| Binary | 11011101 | 11111111 | 1010010 | 1101 | 0 | 1000100 | 0 | 1001000 | 1100100 | 1000010 |
Color Harmonies of #DDFF52
Complementary color
Monochromatic Colors of #DDFF52
Black with #DDFF52
Text Example
Text Example
White with #DDFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF52; }
p { color: rgb(221,255,82); }
H1.HeaderClassName
{
color: #DDFF52;
}
.AnyTagClassName
{
color: #DDFF52;
}
</style>
background-color css
<style>
a { background-color: #DDFF52; }
a { background-color: rgb(221,255,82); }
div.DivClassName
{
background-color: #DDFF52;
}
.BgClassName
{
background-color: #DDFF52;
}
</style>
border-color css
<style>
span { border-color: #DDFF52; }
span { border-color: rgb(221,255,82); }
td.TdClassName
{
border-color: #DDFF52;
}
.TagClassName
{
border-color: #DDFF52;
}
</style>