#D6F5DC

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

Shades of Off Green #D6F5DC

Tints of Off Green #D6F5DC

Color information

#D6F5DC (or 0xD6F5DC) is unknown color: approx Off Green. HEX triplet: D6, F5 and DC. RGB value is (214,245,220). Sum of RGB (Red+Green+Blue) = 214+245+220=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F5DC is #290A23. Grayscale: #E8E8E8. Windows color (decimal): -2689572 or 14480854. OLE color: 14480854.

HSL color Cylindrical-coordinate representation of color #D6F5DC: hue angle of 131.61º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6F5DC is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB214245220-
CMYK0.1300.100.04
HSL131.61º60.78%90%-
HSV(B)131.61º12.65%96.08%-
XYZ73.384.7780.21-
YUV232.88120.73114.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.52%
GREEN value IS 245 (96.09% from 255) = 36.08%
BLUE value IS 220 (86.33% from 255) = 32.40%
R=31.52%
G=36.08%
B=32.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142452200.1300.100.04131.6160.7890
HexD6F5DCD0A4843d5a
Octal32636533415012420475132
Binary110101101111010111011100110101010100100001001111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F5DC; }

 p { color: rgb(214,245,220); }

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

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

 a { background-color: rgb(214,245,220); }

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

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

 span { border-color: rgb(214,245,220); }

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