#D6F8DA

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

Shades of Off Green #D6F8DA

Tints of Off Green #D6F8DA

Color information

#D6F8DA (or 0xD6F8DA) is unknown color: approx Off Green. HEX triplet: D6, F8 and DA. RGB value is (214,248,218). Sum of RGB (Red+Green+Blue) = 214+248+218=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 248 (97.27% from 255 or 36.47% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F8DA is #290725. Grayscale: #EAEAEA. Windows color (decimal): -2688806 or 14350550. OLE color: 14350550.

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

Color convert

RGB214248218-
CMYK0.1400.120.03
HSL127.06º70.83%90.59%-
HSV(B)127.06º13.71%97.25%-
XYZ73.9586.4979.13-
YUV234.41118.74113.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.47%
GREEN value IS 248 (97.27% from 255) = 36.47%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=31.47%
G=36.47%
B=32.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142482180.1400.120.03127.0670.8390.59
HexD6F8DAE0C37f475b
Octal326370332160143177107133
Binary11010110111110001101101011100110011111111110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F8DA; }

 p { color: rgb(214,248,218); }

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

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

 a { background-color: rgb(214,248,218); }

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

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

 span { border-color: rgb(214,248,218); }

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