#D6EFDA

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

Shades of Off Green #D6EFDA

Tints of Off Green #D6EFDA

Color information

#D6EFDA (or 0xD6EFDA) is unknown color: approx Off Green. HEX triplet: D6, EF and DA. RGB value is (214,239,218). Sum of RGB (Red+Green+Blue) = 214+239+218=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFDA is #291025. Grayscale: #E5E5E5. Windows color (decimal): -2691110 or 14348246. OLE color: 14348246.

HSL color Cylindrical-coordinate representation of color #D6EFDA: hue angle of 129.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EFDA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB214239218-
CMYK0.1000.090.06
HSL129.6º43.86%88.82%-
HSV(B)129.6º10.46%93.73%-
XYZ71.2581.0978.23-
YUV229.13121.72117.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 218 (85.55% from 255) = 32.49%
R=31.89%
G=35.62%
B=32.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142392180.1000.090.06129.643.8688.82
HexD6EFDAA096822c59
Octal32635733212011620254131
Binary110101101110111111011010101001001110100000101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFDA; }

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

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

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

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

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

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

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

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