#DEEEDA

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

Shades of Apple Green #DEEEDA

Tints of Apple Green #DEEEDA

Color information

#DEEEDA (or 0xDEEEDA) is unknown color: approx Apple Green. HEX triplet: DE, EE and DA. RGB value is (222,238,218). Sum of RGB (Red+Green+Blue) = 222+238+218=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEDA is #211125. Grayscale: #E6E6E6. Windows color (decimal): -2167078 or 14347998. OLE color: 14347998.

HSL color Cylindrical-coordinate representation of color #DEEEDA: hue angle of 108º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEEEDA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB222238218-
CMYK0.0700.080.07
HSL108º37.04%89.41%-
HSV(B)108º8.4%93.33%-
XYZ73.3581.7478.24-
YUV230.94120.7121.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.74%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 218 (85.55% from 255) = 32.15%
R=32.74%
G=35.10%
B=32.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222382180.0700.080.0710837.0489.41
HexDEEEDA70876c2559
Octal3363563327010715445131
Binary1101111011101110110110101110100011111011001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEDA; }

 p { color: rgb(222,238,218); }

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

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

 a { background-color: rgb(222,238,218); }

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

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

 span { border-color: rgb(222,238,218); }

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