#D6FEDA

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

Shades of Off Green #D6FEDA

Tints of Off Green #D6FEDA

Color information

#D6FEDA (or 0xD6FEDA) is unknown color: approx Off Green. HEX triplet: D6, FE and DA. RGB value is (214,254,218). Sum of RGB (Red+Green+Blue) = 214+254+218=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FEDA is #290125. Grayscale: #EEEEEE. Windows color (decimal): -2687270 or 14352086. OLE color: 14352086.

HSL color Cylindrical-coordinate representation of color #D6FEDA: hue angle of 126º 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 #D6FEDA is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB214254218-
CMYK0.1600.140.00
HSL126º95.24%91.76%-
HSV(B)126º15.75%99.61%-
XYZ75.8390.2479.75-
YUV237.94116.75110.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.20%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=31.20%
G=37.03%
B=31.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142542180.1600.140.0012695.2491.76
HexD6FEDA100E07e5f5c
Octal326376332200160176137134
Binary11010110111111101101101010000011100111111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FEDA; }

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

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

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

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

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

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

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

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