Shades of Honeysuckle #DDF54C
Tints of Honeysuckle #DDF54C
RGB
CMYK
RGB Variations
Color information
#DDF54C (or 0xDDF54C) is known color: Honeysuckle. HEX triplet: DD, F5 and 4C. RGB value is (221,245,76). Sum of RGB (Red+Green+Blue) = 221+245+76=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 76 (30.08% from 255 or 14.02% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF54C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF54C is #220AB3. Grayscale: #DBDBDB. Windows color (decimal): -2230964 or 5043677. OLE color: 5043677.
HSL color Cylindrical-coordinate representation of color #DDF54C: hue angle of 68.52º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDF54C is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 76 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.04 |
| HSL | 68.52º | 0.89% | 0.63% | - |
| HSV(B) | 68.52º | 0.69% | 0.96% | - |
| XYZ | 63.78 | 81.2 | 19.15 | - |
| YUV | 218.56 | 47.55 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 76 | 0.10 | 0 | 0.69 | 0.04 | 68.52 | 0.89 | 0.63 |
| Hex | DD | F5 | 4C | A | 0 | 45 | 4 | 45 | 59 | 3F |
| Octal | 335 | 365 | 114 | 12 | 0 | 105 | 4 | 105 | 131 | 77 |
| Binary | 11011101 | 11110101 | 1001100 | 1010 | 0 | 1000101 | 100 | 1000101 | 1011001 | 111111 |
Color Harmonies of #DDF54C
Complementary color
Monochromatic Colors of #DDF54C
Black with #DDF54C
Text Example
Text Example
White with #DDF54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF54C; }
p { color: rgb(221,245,76); }
H1.HeaderClassName
{
color: #DDF54C;
}
.AnyTagClassName
{
color: #DDF54C;
}
</style>
background-color css
<style>
a { background-color: #DDF54C; }
a { background-color: rgb(221,245,76); }
div.DivClassName
{
background-color: #DDF54C;
}
.BgClassName
{
background-color: #DDF54C;
}
</style>
border-color css
<style>
span { border-color: #DDF54C; }
span { border-color: rgb(221,245,76); }
td.TdClassName
{
border-color: #DDF54C;
}
.TagClassName
{
border-color: #DDF54C;
}
</style>