#DDF35E

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

Shades of Honeysuckle #DDF35E

Tints of Honeysuckle #DDF35E

Color information

#DDF35E (or 0xDDF35E) is unknown color: approx Honeysuckle. HEX triplet: DD, F3 and 5E. RGB value is (221,243,94). Sum of RGB (Red+Green+Blue) = 221+243+94=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 94 (37.11% from 255 or 16.85% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF35E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF35E is #220CA1. Grayscale: #DCDCDC. Windows color (decimal): -2231458 or 6222813. OLE color: 6222813.

HSL color Cylindrical-coordinate representation of color #DDF35E: hue angle of 68.86º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDF35E is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB22124394-
CMYK0.0900.610.05
HSL68.86º86.13%66.08%-
HSV(B)68.86º61.32%95.29%-
XYZ63.8980.2822.72-
YUV219.4457.21129.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 243 (95.31% from 255) = 43.55%
BLUE value IS 94 (37.11% from 255) = 16.85%
R=39.61%
G=43.55%
B=16.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221243940.0900.610.0568.8686.1366.08
HexDDF35E903D5455642
Octal335363136110755105126102
Binary1101110111110011101111010010111101101100010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF35E; }

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

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

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

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

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

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

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

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