Html Css Color HEX #DDF0DA Apple Green

📋 copy color: '#DDF0DA'

red 221 ◦ green 240 ◦ blue 218

#DDF0DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple Green #DDF0DA

Tints of Apple Green #DDF0DA

RGB

 RED value IS 221 (86.72% from 255) = 32.55%

 GREEN value IS 240 (94.14% from 255) = 35.35%

 BLUE value IS 218 (85.55% from 255) = 32.11%

R = 32.55%
G = 35.35%
B = 32.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#DDF0DA (or 0xDDF0DA) is known color: Apple Green. HEX triplet: DD, F0 and DA. RGB value is (221,240,218). Sum of RGB (Red+Green+Blue) = 221+240+218=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0DA is #220F25. Grayscale: #E7E7E7. Windows color (decimal): -2232102 or 14348509. OLE color: 14348509.

HSL color Cylindrical-coordinate representation of color #DDF0DA: hue angle of 111.82º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF0DA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 218 -
CMYK 0.08 0 0.09 0.06
HSL 111.82º 0.42% 0.9% -
HSV(B) 111.82º 0.09% 0.94% -
XYZ 73.63 82.75 78.42 -
YUV 231.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 221 240 218 0.08 0 0.09 0.06 111.82 0.42 0.9
Hex DD F0 DA 8 0 9 6 70 2A 5A
Octal 335 360 332 10 0 11 6 160 52 132
Binary 11011101 11110000 11011010 1000 0 1001 110 1110000 101010 1011010

Color Harmonies of #DDF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0DA

Black with #DDF0DA

Text Example


Text Example

White with #DDF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0DA; }

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

 H1.HeaderClassName
 {
   color: #DDF0DA;
 }
 .AnyTagClassName
 {
   color: #DDF0DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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