#DEF2DA

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

Shades of Apple Green #DEF2DA

Tints of Apple Green #DEF2DA

Color information

#DEF2DA (or 0xDEF2DA) is unknown color: approx Apple Green. HEX triplet: DE, F2 and DA. RGB value is (222,242,218). Sum of RGB (Red+Green+Blue) = 222+242+218=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2DA is #210D25. Grayscale: #E9E9E9. Windows color (decimal): -2166054 or 14349022. OLE color: 14349022.

HSL color Cylindrical-coordinate representation of color #DEF2DA: hue angle of 110º degrees, saturation: 0.48, 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 #DEF2DA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB222242218-
CMYK0.0800.100.05
HSL110º48%90.2%-
HSV(B)110º9.92%94.9%-
XYZ74.5384.178.63-
YUV233.28119.37119.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.55%
GREEN value IS 242 (94.92% from 255) = 35.48%
BLUE value IS 218 (85.55% from 255) = 31.96%
R=32.55%
G=35.48%
B=31.96%

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
Decimal2222422180.0800.100.051104890.2
HexDEF2DA80A56e305a
Octal33636233210012515660132
Binary11011110111100101101101010000101010111011101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2DA; }

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

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

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

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

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

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

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

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