#DAEFD7

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

Shades of Apple Green #DAEFD7

Tints of Apple Green #DAEFD7

Color information

#DAEFD7 (or 0xDAEFD7) is unknown color: approx Apple Green. HEX triplet: DA, EF and D7. RGB value is (218,239,215). Sum of RGB (Red+Green+Blue) = 218+239+215=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD7 is #251028. Grayscale: #E6E6E6. Windows color (decimal): -2428969 or 14151642. OLE color: 14151642.

HSL color Cylindrical-coordinate representation of color #DAEFD7: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAEFD7 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB218239215-
CMYK0.0900.100.06
HSL112.5º42.86%89.02%-
HSV(B)112.5º10.04%93.73%-
XYZ72.0581.5476.23-
YUV229.98119.54119.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 239 (93.75% from 255) = 35.57%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=32.44%
G=35.57%
B=31.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392150.0900.100.06112.542.8689.02
HexDAEFD790A6702b59
Octal33235732711012616053131
Binary11011010111011111101011110010101011011100001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFD7; }

 p { color: rgb(218,239,215); }

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

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

 a { background-color: rgb(218,239,215); }

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

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

 span { border-color: rgb(218,239,215); }

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