Shades of Honeysuckle #DDFE5E
Tints of Honeysuckle #DDFE5E
RGB
CMYK
RGB Variations
Color information
#DDFE5E (or 0xDDFE5E) is known color: Honeysuckle. HEX triplet: DD, FE and 5E. RGB value is (221,254,94). Sum of RGB (Red+Green+Blue) = 221+254+94=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE5E is #2201A1. Grayscale: #E2E2E2. Windows color (decimal): -2228642 or 6225629. OLE color: 6225629.
HSL color Cylindrical-coordinate representation of color #DDFE5E: hue angle of 72.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDFE5E is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 94 | - |
CMYK | 0.13 | 0 | 0.63 | 0.00 |
HSL | 72.38º | 0.99% | 0.68% | - |
HSV(B) | 72.38º | 0.63% | 1% | - |
XYZ | 67.28 | 87.06 | 23.85 | - |
YUV | 225.89 | 53.57 | 124.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 94 | 0.13 | 0 | 0.63 | 0.00 | 72.38 | 0.99 | 0.68 |
Hex | DD | FE | 5E | D | 0 | 3F | 0 | 48 | 63 | 44 |
Octal | 335 | 376 | 136 | 15 | 0 | 77 | 0 | 110 | 143 | 104 |
Binary | 11011101 | 11111110 | 1011110 | 1101 | 0 | 111111 | 0 | 1001000 | 1100011 | 1000100 |
Color Harmonies of #DDFE5E
Complementary color
Monochromatic Colors of #DDFE5E
Black with #DDFE5E
Text Example
Text Example
White with #DDFE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE5E; }
p { color: rgb(221,254,94); }
H1.HeaderClassName
{
color: #DDFE5E;
}
.AnyTagClassName
{
color: #DDFE5E;
}
</style>
background-color css
<style>
a { background-color: #DDFE5E; }
a { background-color: rgb(221,254,94); }
div.DivClassName
{
background-color: #DDFE5E;
}
.BgClassName
{
background-color: #DDFE5E;
}
</style>
border-color css
<style>
span { border-color: #DDFE5E; }
span { border-color: rgb(221,254,94); }
td.TdClassName
{
border-color: #DDFE5E;
}
.TagClassName
{
border-color: #DDFE5E;
}
</style>