#D8FCDE

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

Shades of Off Green #D8FCDE

Tints of Off Green #D8FCDE

Color information

#D8FCDE (or 0xD8FCDE) is unknown color: approx Off Green. HEX triplet: D8, FC and DE. RGB value is (216,252,222). Sum of RGB (Red+Green+Blue) = 216+252+222=690 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.30% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FCDE is #270321. Grayscale: #EDEDED. Windows color (decimal): -2556706 or 14613720. OLE color: 14613720.

HSL color Cylindrical-coordinate representation of color #D8FCDE: hue angle of 130º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8FCDE is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB216252222-
CMYK0.1400.120.01
HSL130º85.71%91.76%-
HSV(B)130º14.29%98.82%-
XYZ76.3189.4982.36-
YUV237.82119.07112.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.30%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 222 (87.11% from 255) = 32.17%
R=31.30%
G=36.52%
B=32.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162522220.1400.120.0113085.7191.76
HexD8FCDEE0C182565c
Octal330374336160141202126134
Binary11011000111111001101111011100110011000001010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FCDE; }

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

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

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

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

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

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

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

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