#DEEADC

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

Shades of Apple Green #DEEADC

Tints of Apple Green #DEEADC

Color information

#DEEADC (or 0xDEEADC) is unknown color: approx Apple Green. HEX triplet: DE, EA and DC. RGB value is (222,234,220). Sum of RGB (Red+Green+Blue) = 222+234+220=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEADC is #211523. Grayscale: #E4E4E4. Windows color (decimal): -2168100 or 14478046. OLE color: 14478046.

HSL color Cylindrical-coordinate representation of color #DEEADC: hue angle of 111.43º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEEADC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB222234220-
CMYK0.0500.060.08
HSL111.43º25%89.02%-
HSV(B)111.43º5.98%91.76%-
XYZ72.4779.5479.24-
YUV228.82123.02123.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.84%
GREEN value IS 234 (91.80% from 255) = 34.62%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=32.84%
G=34.62%
B=32.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222342200.0500.060.08111.432589.02
HexDEEADC50686f1959
Octal3363523345061015731131
Binary110111101110101011011100101011010001101111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEADC; }

 p { color: rgb(222,234,220); }

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

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

 a { background-color: rgb(222,234,220); }

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

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

 span { border-color: rgb(222,234,220); }

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