#D6F3D9

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

Shades of Off Green #D6F3D9

Tints of Off Green #D6F3D9

Color information

#D6F3D9 (or 0xD6F3D9) is unknown color: approx Off Green. HEX triplet: D6, F3 and D9. RGB value is (214,243,217). Sum of RGB (Red+Green+Blue) = 214+243+217=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3D9 is #290C26. Grayscale: #E7E7E7. Windows color (decimal): -2690087 or 14283734. OLE color: 14283734.

HSL color Cylindrical-coordinate representation of color #D6F3D9: hue angle of 126.21º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F3D9 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB214243217-
CMYK0.1200.110.05
HSL126.21º54.72%89.61%-
HSV(B)126.21º11.93%95.29%-
XYZ72.3183.4177.93-
YUV231.36119.89115.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.75%
GREEN value IS 243 (95.31% from 255) = 36.05%
BLUE value IS 217 (85.16% from 255) = 32.20%
R=31.75%
G=36.05%
B=32.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142432170.1200.110.05126.2154.7289.61
HexD6F3D9C0B57e375a
Octal32636333114013517667132
Binary11010110111100111101100111000101110111111101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3D9; }

 p { color: rgb(214,243,217); }

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

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

 a { background-color: rgb(214,243,217); }

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

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

 span { border-color: rgb(214,243,217); }

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