#DDF64E

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

Shades of Honeysuckle #DDF64E

Tints of Honeysuckle #DDF64E

Color information

#DDF64E (or 0xDDF64E) is unknown color: approx Honeysuckle. HEX triplet: DD, F6 and 4E. RGB value is (221,246,78). Sum of RGB (Red+Green+Blue) = 221+246+78=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 78 (30.86% from 255 or 14.31% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF64E is #2209B1. Grayscale: #DCDCDC. Windows color (decimal): -2230706 or 5175005. OLE color: 5175005.

HSL color Cylindrical-coordinate representation of color #DDF64E: hue angle of 68.93º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDF64E is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB22124678-
CMYK0.1000.680.04
HSL68.93º90.32%63.53%-
HSV(B)68.93º68.29%96.47%-
XYZ64.1581.8319.62-
YUV219.3748.22129.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 246 (96.48% from 255) = 45.14%
BLUE value IS 78 (30.86% from 255) = 14.31%
R=40.55%
G=45.14%
B=14.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221246780.1000.680.0468.9390.3263.53
HexDDF64EA0444455a40
Octal3353661161201044105132100
Binary11011101111101101001110101001000100100100010110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF64E; }

 p { color: rgb(221,246,78); }

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

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

 a { background-color: rgb(221,246,78); }

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

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

 span { border-color: rgb(221,246,78); }

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