#DDF1DA

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

Shades of Apple Green #DDF1DA

Tints of Apple Green #DDF1DA

Color information

#DDF1DA (or 0xDDF1DA) is unknown color: approx Apple Green. HEX triplet: DD, F1 and DA. RGB value is (221,241,218). Sum of RGB (Red+Green+Blue) = 221+241+218=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1DA is #220E25. Grayscale: #E8E8E8. Windows color (decimal): -2231846 or 14348765. OLE color: 14348765.

HSL color Cylindrical-coordinate representation of color #DDF1DA: hue angle of 112.17º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF1DA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB221241218-
CMYK0.0800.100.05
HSL112.17º45.1%90%-
HSV(B)112.17º9.54%94.51%-
XYZ73.9383.3478.52-
YUV232.4119.87119.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=32.5%
G=35.44%
B=32.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412180.0800.100.05112.1745.190
HexDDF1DA80A5702d5a
Octal33536133210012516055132
Binary11011101111100011101101010000101010111100001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1DA; }

 p { color: rgb(221,241,218); }

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

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

 a { background-color: rgb(221,241,218); }

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

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

 span { border-color: rgb(221,241,218); }

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