Shades of Honeysuckle #DDFC5A
Tints of Honeysuckle #DDFC5A
RGB
CMYK
RGB Variations
Color information
#DDFC5A (or 0xDDFC5A) is known color: Honeysuckle. HEX triplet: DD, FC and 5A. RGB value is (221,252,90). Sum of RGB (Red+Green+Blue) = 221+252+90=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 90 (35.55% from 255 or 15.99% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC5A is #2203A5. Grayscale: #E0E0E0. Windows color (decimal): -2229158 or 5962973. OLE color: 5962973.
HSL color Cylindrical-coordinate representation of color #DDFC5A: hue angle of 71.48º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDFC5A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 90 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.01 |
| HSL | 71.48º | 0.96% | 0.67% | - |
| HSV(B) | 71.48º | 0.64% | 0.99% | - |
| XYZ | 66.47 | 85.73 | 22.72 | - |
| YUV | 224.26 | 52.23 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 90 | 0.12 | 0 | 0.64 | 0.01 | 71.48 | 0.96 | 0.67 |
| Hex | DD | FC | 5A | C | 0 | 40 | 1 | 47 | 60 | 43 |
| Octal | 335 | 374 | 132 | 14 | 0 | 100 | 1 | 107 | 140 | 103 |
| Binary | 11011101 | 11111100 | 1011010 | 1100 | 0 | 1000000 | 1 | 1000111 | 1100000 | 1000011 |
Color Harmonies of #DDFC5A
Complementary color
Monochromatic Colors of #DDFC5A
Black with #DDFC5A
Text Example
Text Example
White with #DDFC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC5A; }
p { color: rgb(221,252,90); }
H1.HeaderClassName
{
color: #DDFC5A;
}
.AnyTagClassName
{
color: #DDFC5A;
}
</style>
background-color css
<style>
a { background-color: #DDFC5A; }
a { background-color: rgb(221,252,90); }
div.DivClassName
{
background-color: #DDFC5A;
}
.BgClassName
{
background-color: #DDFC5A;
}
</style>
border-color css
<style>
span { border-color: #DDFC5A; }
span { border-color: rgb(221,252,90); }
td.TdClassName
{
border-color: #DDFC5A;
}
.TagClassName
{
border-color: #DDFC5A;
}
</style>