#DDF94D

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

Shades of Honeysuckle #DDF94D

Tints of Honeysuckle #DDF94D

Color information

#DDF94D (or 0xDDF94D) is unknown color: approx Honeysuckle. HEX triplet: DD, F9 and 4D. RGB value is (221,249,77). Sum of RGB (Red+Green+Blue) = 221+249+77=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 77 (30.47% from 255 or 14.08% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF94D is #2206B2. Grayscale: #DDDDDD. Windows color (decimal): -2229939 or 5110237. OLE color: 5110237.

HSL color Cylindrical-coordinate representation of color #DDF94D: hue angle of 69.77º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDF94D is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB22124977-
CMYK0.1100.690.02
HSL69.77º93.48%63.92%-
HSV(B)69.77º69.08%97.65%-
XYZ65.0383.6619.74-
YUV221.0246.72127.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 249 (97.66% from 255) = 45.52%
BLUE value IS 77 (30.47% from 255) = 14.08%
R=40.40%
G=45.52%
B=14.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221249770.1100.690.0269.7793.4863.92
HexDDF94DB0452465d40
Octal3353711151301052106135100
Binary1101110111111001100110110110100010110100011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF94D; }

 p { color: rgb(221,249,77); }

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

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

 a { background-color: rgb(221,249,77); }

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

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

 span { border-color: rgb(221,249,77); }

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