#D7FADE

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

Shades of Off Green #D7FADE

Tints of Off Green #D7FADE

Color information

#D7FADE (or 0xD7FADE) is unknown color: approx Off Green. HEX triplet: D7, FA and DE. RGB value is (215,250,222). Sum of RGB (Red+Green+Blue) = 215+250+222=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FADE is #280521. Grayscale: #ECECEC. Windows color (decimal): -2622754 or 14613207. OLE color: 14613207.

HSL color Cylindrical-coordinate representation of color #D7FADE: hue angle of 132º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7FADE is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB215250222-
CMYK0.1400.110.02
HSL132º77.78%91.18%-
HSV(B)132º14%98.04%-
XYZ75.3988.0982.14-
YUV236.34119.9112.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.30%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 222 (87.11% from 255) = 32.31%
R=31.30%
G=36.39%
B=32.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152502220.1400.110.0213277.7891.18
HexD7FADEE0B2844e5b
Octal327372336160132204116133
Binary110101111111101011011110111001011101000010010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FADE; }

 p { color: rgb(215,250,222); }

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

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

 a { background-color: rgb(215,250,222); }

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

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

 span { border-color: rgb(215,250,222); }

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