#DAFADF

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

Shades of Off Green #DAFADF

Tints of Off Green #DAFADF

Color information

#DAFADF (or 0xDAFADF) is unknown color: approx Off Green. HEX triplet: DA, FA and DF. RGB value is (218,250,223). Sum of RGB (Red+Green+Blue) = 218+250+223=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFADF is #250520. Grayscale: #EDEDED. Windows color (decimal): -2426145 or 14678746. OLE color: 14678746.

HSL color Cylindrical-coordinate representation of color #DAFADF: hue angle of 129.38º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFADF is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB218250223-
CMYK0.1300.110.02
HSL129.38º76.19%91.76%-
HSV(B)129.38º12.8%98.04%-
XYZ76.4288.682.89-
YUV237.35119.9114.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 250 (98.05% from 255) = 36.18%
BLUE value IS 223 (87.5% from 255) = 32.27%
R=31.55%
G=36.18%
B=32.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502230.1300.110.02129.3876.1991.76
HexDAFADFD0B2814c5c
Octal332372337150132201114134
Binary110110101111101011011111110101011101000000110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFADF; }

 p { color: rgb(218,250,223); }

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

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

 a { background-color: rgb(218,250,223); }

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

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

 span { border-color: rgb(218,250,223); }

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