#DDEE5A

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

Shades of Honeysuckle #DDEE5A

Tints of Honeysuckle #DDEE5A

Color information

#DDEE5A (or 0xDDEE5A) is unknown color: approx Honeysuckle. HEX triplet: DD, EE and 5A. RGB value is (221,238,90). Sum of RGB (Red+Green+Blue) = 221+238+90=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE5A is #2211A5. Grayscale: #D8D8D8. Windows color (decimal): -2232742 or 5959389. OLE color: 5959389.

HSL color Cylindrical-coordinate representation of color #DDEE5A: hue angle of 66.89º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDEE5A is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB22123890-
CMYK0.0700.620.07
HSL66.89º81.32%64.31%-
HSV(B)66.89º62.18%93.33%-
XYZ62.2477.2621.31-
YUV216.0456.87131.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 238 (93.36% from 255) = 43.35%
BLUE value IS 90 (35.55% from 255) = 16.39%
R=40.26%
G=43.35%
B=16.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221238900.0700.620.0766.8981.3264.31
HexDDEE5A703E7435140
Octal33535613270767103121100
Binary110111011110111010110101110111110111100001110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE5A; }

 p { color: rgb(221,238,90); }

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

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

 a { background-color: rgb(221,238,90); }

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

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

 span { border-color: rgb(221,238,90); }

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