#D7FADC

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

Shades of Off Green #D7FADC

Tints of Off Green #D7FADC

Color information

#D7FADC (or 0xD7FADC) is unknown color: approx Off Green. HEX triplet: D7, FA and DC. RGB value is (215,250,220). Sum of RGB (Red+Green+Blue) = 215+250+220=685 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.39% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FADC is #280523. Grayscale: #ECECEC. Windows color (decimal): -2622756 or 14482135. OLE color: 14482135.

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

Color convert

RGB215250220-
CMYK0.1400.120.02
HSL128.57º77.78%91.18%-
HSV(B)128.57º14%98.04%-
XYZ75.1387.9980.73-
YUV236.12118.9112.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.39%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=31.39%
G=36.50%
B=32.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152502200.1400.120.02128.5777.7891.18
HexD7FADCE0C2814e5b
Octal327372334160142201116133
Binary110101111111101011011100111001100101000000110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FADC; }

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

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

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

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

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

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

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

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