#D8FADF

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

Shades of Off Green #D8FADF

Tints of Off Green #D8FADF

Color information

#D8FADF (or 0xD8FADF) is unknown color: approx Off Green. HEX triplet: D8, FA and DF. RGB value is (216,250,223). Sum of RGB (Red+Green+Blue) = 216+250+223=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FADF is #270520. Grayscale: #ECECEC. Windows color (decimal): -2557217 or 14678744. OLE color: 14678744.

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

Color convert

RGB216250223-
CMYK0.1400.110.02
HSL132.35º77.27%91.37%-
HSV(B)132.35º13.6%98.04%-
XYZ75.8288.382.86-
YUV236.76120.24113.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.35%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 223 (87.5% from 255) = 32.37%
R=31.35%
G=36.28%
B=32.37%

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
Decimal2162502230.1400.110.02132.3577.2791.37
HexD8FADFE0B2844d5b
Octal330372337160132204115133
Binary110110001111101011011111111001011101000010010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FADF; }

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

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

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

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

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

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

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

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