#D7F6DC

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

Shades of Off Green #D7F6DC

Tints of Off Green #D7F6DC

Color information

#D7F6DC (or 0xD7F6DC) is unknown color: approx Off Green. HEX triplet: D7, F6 and DC. RGB value is (215,246,220). Sum of RGB (Red+Green+Blue) = 215+246+220=681 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.57% from 681); Green value is 246 (96.48% from 255 or 36.12% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 246 - color contains mainly: green. Hex color #D7F6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F6DC is #280923. Grayscale: #E9E9E9. Windows color (decimal): -2623780 or 14481111. OLE color: 14481111.

HSL color Cylindrical-coordinate representation of color #D7F6DC: hue angle of 129.68º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7F6DC is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB215246220-
CMYK0.1300.110.04
HSL129.68º63.27%90.39%-
HSV(B)129.68º12.6%96.47%-
XYZ73.985.5380.32-
YUV233.77120.23114.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.57%
GREEN value IS 246 (96.48% from 255) = 36.12%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=31.57%
G=36.12%
B=32.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2152462200.1300.110.04129.6863.2790.39
HexD7F6DCD0B4823f5a
Octal32736633415013420277132
Binary110101111111011011011100110101011100100000101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F6DC; }

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

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

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

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

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

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

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

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