#DAF7DE

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

Shades of Off Green #DAF7DE

Tints of Off Green #DAF7DE

Color information

#DAF7DE (or 0xDAF7DE) is unknown color: approx Off Green. HEX triplet: DA, F7 and DE. RGB value is (218,247,222). Sum of RGB (Red+Green+Blue) = 218+247+222=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7DE is #250821. Grayscale: #EBEBEB. Windows color (decimal): -2426914 or 14612442. OLE color: 14612442.

HSL color Cylindrical-coordinate representation of color #DAF7DE: hue angle of 128.28º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF7DE is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB218247222-
CMYK0.1200.100.03
HSL128.28º64.44%91.18%-
HSV(B)128.28º11.74%96.86%-
XYZ75.3686.781.87-
YUV235.48120.39115.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 247 (96.88% from 255) = 35.95%
BLUE value IS 222 (87.11% from 255) = 32.31%
R=31.73%
G=35.95%
B=32.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182472220.1200.100.03128.2864.4491.18
HexDAF7DEC0A380405b
Octal332367336140123200100133
Binary110110101111011111011110110001010111000000010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7DE; }

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

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

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

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

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

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

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

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