#D6FEDC

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

Shades of Off Green #D6FEDC

Tints of Off Green #D6FEDC

Color information

#D6FEDC (or 0xD6FEDC) is unknown color: approx Off Green. HEX triplet: D6, FE and DC. RGB value is (214,254,220). Sum of RGB (Red+Green+Blue) = 214+254+220=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FEDC is #290123. Grayscale: #EEEEEE. Windows color (decimal): -2687268 or 14483158. OLE color: 14483158.

HSL color Cylindrical-coordinate representation of color #D6FEDC: hue angle of 129º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FEDC is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB214254220-
CMYK0.1600.130.00
HSL129º95.24%91.76%-
HSV(B)129º15.75%99.61%-
XYZ76.0990.3581.14-
YUV238.16117.75110.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.10%
GREEN value IS 254 (99.61% from 255) = 36.92%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=31.10%
G=36.92%
B=31.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142542200.1600.130.0012995.2491.76
HexD6FEDC100D0815f5c
Octal326376334200150201137134
Binary110101101111111011011100100000110101000000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FEDC; }

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

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

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

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

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

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

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

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