Shades of Honeysuckle #DDF84C
Tints of Honeysuckle #DDF84C
RGB
CMYK
RGB Variations
Color information
#DDF84C (or 0xDDF84C) is known color: Honeysuckle. HEX triplet: DD, F8 and 4C. RGB value is (221,248,76). Sum of RGB (Red+Green+Blue) = 221+248+76=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 76 (30.08% from 255 or 13.94% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF84C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF84C is #2207B3. Grayscale: #DCDCDC. Windows color (decimal): -2230196 or 5044445. OLE color: 5044445.
HSL color Cylindrical-coordinate representation of color #DDF84C: hue angle of 69.42º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDF84C is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 76 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.03 |
| HSL | 69.42º | 0.92% | 0.64% | - |
| HSV(B) | 69.42º | 0.69% | 0.97% | - |
| XYZ | 64.69 | 83.03 | 19.45 | - |
| YUV | 220.32 | 46.55 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 76 | 0.11 | 0 | 0.69 | 0.03 | 69.42 | 0.92 | 0.64 |
| Hex | DD | F8 | 4C | B | 0 | 45 | 3 | 45 | 5C | 40 |
| Octal | 335 | 370 | 114 | 13 | 0 | 105 | 3 | 105 | 134 | 100 |
| Binary | 11011101 | 11111000 | 1001100 | 1011 | 0 | 1000101 | 11 | 1000101 | 1011100 | 1000000 |
Color Harmonies of #DDF84C
Complementary color
Monochromatic Colors of #DDF84C
Black with #DDF84C
Text Example
Text Example
White with #DDF84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF84C; }
p { color: rgb(221,248,76); }
H1.HeaderClassName
{
color: #DDF84C;
}
.AnyTagClassName
{
color: #DDF84C;
}
</style>
background-color css
<style>
a { background-color: #DDF84C; }
a { background-color: rgb(221,248,76); }
div.DivClassName
{
background-color: #DDF84C;
}
.BgClassName
{
background-color: #DDF84C;
}
</style>
border-color css
<style>
span { border-color: #DDF84C; }
span { border-color: rgb(221,248,76); }
td.TdClassName
{
border-color: #DDF84C;
}
.TagClassName
{
border-color: #DDF84C;
}
</style>