#D6FCDA

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

Shades of Off Green #D6FCDA

Tints of Off Green #D6FCDA

Color information

#D6FCDA (or 0xD6FCDA) is unknown color: approx Off Green. HEX triplet: D6, FC and DA. RGB value is (214,252,218). Sum of RGB (Red+Green+Blue) = 214+252+218=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FCDA is #290325. Grayscale: #ECECEC. Windows color (decimal): -2687782 or 14351574. OLE color: 14351574.

HSL color Cylindrical-coordinate representation of color #D6FCDA: hue angle of 126.32º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FCDA is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB214252218-
CMYK0.1500.130.01
HSL126.32º86.36%91.37%-
HSV(B)126.32º15.08%98.82%-
XYZ75.288.9879.54-
YUV236.76117.41111.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.29%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 218 (85.55% from 255) = 31.87%
R=31.29%
G=36.84%
B=31.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142522180.1500.130.01126.3286.3691.37
HexD6FCDAF0D17e565b
Octal326374332170151176126133
Binary1101011011111100110110101111011011111111010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FCDA; }

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

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

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

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

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

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

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

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