#DDF75E

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

Shades of Honeysuckle #DDF75E

Tints of Honeysuckle #DDF75E

Color information

#DDF75E (or 0xDDF75E) is unknown color: approx Honeysuckle. HEX triplet: DD, F7 and 5E. RGB value is (221,247,94). Sum of RGB (Red+Green+Blue) = 221+247+94=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF75E is #2208A1. Grayscale: #DEDEDE. Windows color (decimal): -2230434 or 6223837. OLE color: 6223837.

HSL color Cylindrical-coordinate representation of color #DDF75E: hue angle of 70.2º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDF75E is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB22124794-
CMYK0.1100.620.03
HSL70.2º90.53%66.86%-
HSV(B)70.2º61.94%96.86%-
XYZ65.182.723.12-
YUV221.7855.89127.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 247 (96.88% from 255) = 43.95%
BLUE value IS 94 (37.11% from 255) = 16.73%
R=39.32%
G=43.95%
B=16.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221247940.1100.620.0370.290.5366.86
HexDDF75EB03E3465b43
Octal335367136130763106133103
Binary110111011111011110111101011011111011100011010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF75E; }

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

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

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

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

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

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

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

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