#DAF2DE

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

Shades of Off Green #DAF2DE

Tints of Off Green #DAF2DE

Color information

#DAF2DE (or 0xDAF2DE) is unknown color: approx Off Green. HEX triplet: DA, F2 and DE. RGB value is (218,242,222). Sum of RGB (Red+Green+Blue) = 218+242+222=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2DE is #250D21. Grayscale: #E8E8E8. Windows color (decimal): -2428194 or 14611162. OLE color: 14611162.

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

Color convert

RGB218242222-
CMYK0.1000.080.05
HSL130º48%90.2%-
HSV(B)130º9.92%94.9%-
XYZ73.8583.6881.37-
YUV232.54122.05117.63-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182422220.1000.080.051304890.2
HexDAF2DEA08582305a
Octal33236233612010520260132
Binary110110101111001011011110101001000101100000101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2DE; }

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

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

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

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

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

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

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

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