#DDFD5E

Color #DDFD5E Honeysuckle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeysuckle #DDFD5E

Tints of Honeysuckle #DDFD5E

Color information

#DDFD5E (or 0xDDFD5E) is unknown color: approx Honeysuckle. HEX triplet: DD, FD and 5E. RGB value is (221,253,94). Sum of RGB (Red+Green+Blue) = 221+253+94=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 94 (37.11% from 255 or 16.55% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD5E is #2202A1. Grayscale: #E1E1E1. Windows color (decimal): -2228898 or 6225373. OLE color: 6225373.

HSL color Cylindrical-coordinate representation of color #DDFD5E: hue angle of 72.08º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDFD5E is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB22125394-
CMYK0.1300.630.01
HSL72.08º97.55%68.04%-
HSV(B)72.08º62.85%99.22%-
XYZ66.9686.4323.74-
YUV225.3153.9124.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 253 (99.22% from 255) = 44.54%
BLUE value IS 94 (37.11% from 255) = 16.55%
R=38.91%
G=44.54%
B=16.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221253940.1300.630.0172.0897.5568.04
HexDDFD5ED03F1486244
Octal335375136150771110142104
Binary11011101111111011011110110101111111100100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD5E; }

 p { color: rgb(221,253,94); }

 H1.HeaderClassName
 {
   color: #DDFD5E;
 }
 .AnyTagClassName
 {
   color: #DDFD5E;
 }
</style>
background-color css

<style>
 a { background-color: #DDFD5E; }

 a { background-color: rgb(221,253,94); }

 div.DivClassName
 {
   background-color: #DDFD5E;
 }
 .BgClassName
 {
   background-color: #DDFD5E;
 }
</style>
border-color css

<style>
 span { border-color: #DDFD5E; }

 span { border-color: rgb(221,253,94); }

 td.TdClassName
 {
   border-color: #DDFD5E;
 }
 .TagClassName
 {
   border-color: #DDFD5E;
 }
</style>