#DAF2DC

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

Shades of Off Green #DAF2DC

Tints of Off Green #DAF2DC

Color information

#DAF2DC (or 0xDAF2DC) is unknown color: approx Off Green. HEX triplet: DA, F2 and DC. RGB value is (218,242,220). Sum of RGB (Red+Green+Blue) = 218+242+220=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2DC is #250D23. Grayscale: #E8E8E8. Windows color (decimal): -2428196 or 14480090. OLE color: 14480090.

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

Color convert

RGB218242220-
CMYK0.1000.090.05
HSL125º48%90.2%-
HSV(B)125º9.92%94.9%-
XYZ73.5883.5879.96-
YUV232.32121.05117.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 242 (94.92% from 255) = 35.59%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=32.06%
G=35.59%
B=32.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182422200.1000.090.051254890.2
HexDAF2DCA0957d305a
Octal33236233412011517560132
Binary11011010111100101101110010100100110111111011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2DC; }

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

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

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

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

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

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

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

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