Shades of Honeysuckle #DDFE5A
Tints of Honeysuckle #DDFE5A
RGB
CMYK
RGB Variations
Color information
#DDFE5A (or 0xDDFE5A) is known color: Honeysuckle. HEX triplet: DD, FE and 5A. RGB value is (221,254,90). Sum of RGB (Red+Green+Blue) = 221+254+90=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 90 (35.55% from 255 or 15.93% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE5A is #2201A5. Grayscale: #E2E2E2. Windows color (decimal): -2228646 or 5963485. OLE color: 5963485.
HSL color Cylindrical-coordinate representation of color #DDFE5A: hue angle of 72.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDFE5A is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 90 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.00 |
| HSL | 72.07º | 0.99% | 0.67% | - |
| HSV(B) | 72.07º | 0.65% | 1% | - |
| XYZ | 67.11 | 86.99 | 22.93 | - |
| YUV | 225.44 | 51.57 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 90 | 0.13 | 0 | 0.65 | 0.00 | 72.07 | 0.99 | 0.67 |
| Hex | DD | FE | 5A | D | 0 | 41 | 0 | 48 | 63 | 43 |
| Octal | 335 | 376 | 132 | 15 | 0 | 101 | 0 | 110 | 143 | 103 |
| Binary | 11011101 | 11111110 | 1011010 | 1101 | 0 | 1000001 | 0 | 1001000 | 1100011 | 1000011 |
Color Harmonies of #DDFE5A
Complementary color
Monochromatic Colors of #DDFE5A
Black with #DDFE5A
Text Example
Text Example
White with #DDFE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE5A; }
p { color: rgb(221,254,90); }
H1.HeaderClassName
{
color: #DDFE5A;
}
.AnyTagClassName
{
color: #DDFE5A;
}
</style>
background-color css
<style>
a { background-color: #DDFE5A; }
a { background-color: rgb(221,254,90); }
div.DivClassName
{
background-color: #DDFE5A;
}
.BgClassName
{
background-color: #DDFE5A;
}
</style>
border-color css
<style>
span { border-color: #DDFE5A; }
span { border-color: rgb(221,254,90); }
td.TdClassName
{
border-color: #DDFE5A;
}
.TagClassName
{
border-color: #DDFE5A;
}
</style>