#D8FADE

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

Shades of Off Green #D8FADE

Tints of Off Green #D8FADE

Color information

#D8FADE (or 0xD8FADE) is unknown color: approx Off Green. HEX triplet: D8, FA and DE. RGB value is (216,250,222). Sum of RGB (Red+Green+Blue) = 216+250+222=688 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.40% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FADE is #270521. Grayscale: #ECECEC. Windows color (decimal): -2557218 or 14613208. OLE color: 14613208.

HSL color Cylindrical-coordinate representation of color #D8FADE: hue angle of 130.59º degrees, saturation: 0.77, 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 #D8FADE is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB216250222-
CMYK0.1400.110.02
HSL130.59º77.27%91.37%-
HSV(B)130.59º13.6%98.04%-
XYZ75.6988.2482.15-
YUV236.64119.74113.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.40%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 222 (87.11% from 255) = 32.27%
R=31.40%
G=36.34%
B=32.27%

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
Decimal2162502220.1400.110.02130.5977.2791.37
HexD8FADEE0B2834d5b
Octal330372336160132203115133
Binary110110001111101011011110111001011101000001110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FADE; }

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

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

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

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

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

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

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

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